org.geotools.validation.xml
Class ValidationException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.geotools.validation.xml.ValidationException
- All Implemented Interfaces: 
 - java.io.Serializable
 
- public class ValidationException
- extends java.lang.Exception
  
An exception used to collect and generalize errors in the validation system.
- See Also:
 - Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
ValidationException
public ValidationException()
ValidationException
public ValidationException(java.lang.String s)
ValidationException
public ValidationException(java.lang.Throwable e)
ValidationException
public ValidationException(java.lang.String s,
                           java.lang.Throwable e)