org.geotools.validation.xml
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.

Version:
$Id: ValidationException.java 30662 2008-06-12 21:44:16Z acuster $
Author:
dzwiers, Refractions Research, Inc., $Author: dmzwiers $ (last modification)
See Also:
Serialized Form

Constructor Summary
ValidationException()
           
ValidationException(java.lang.String s)
           
ValidationException(java.lang.String s, java.lang.Throwable e)
           
ValidationException(java.lang.Throwable e)
           
 
Method Summary
 
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
 

Constructor Detail

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)


Copyright © 1996-2010 Geotools. All Rights Reserved.