org.geotools.validation.xml
Class ValidationException

Object
  extended by Throwable
      extended by Exception
          extended by ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends Exception

An exception used to collect and generalize errors in the validation system.

Author:
dzwiers, Refractions Research, Inc., $Author: dmzwiers $ (last modification)
See Also:
Serialized Form
Module:
modules/extension/validation (gt-validation.jar)

Constructor Summary
ValidationException()
           
ValidationException(String s)
           
ValidationException(String s, Throwable e)
           
ValidationException(Throwable e)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationException

public ValidationException()

ValidationException

public ValidationException(String s)

ValidationException

public ValidationException(Throwable e)

ValidationException

public ValidationException(String s,
                           Throwable e)


Copyright © 1996-2010 Geotools. All Rights Reserved.