org.apache.avalon.repository.criteria
Class ValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.avalon.repository.RepositoryException
              extended byorg.apache.avalon.repository.criteria.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends RepositoryException

Version:
$Revision: 1.1 $
Author:
Stephen McConnell
See Also:
Serialized Form

Constructor Summary
ValidationException(String message)
          Creation of a new criteria.
ValidationException(String message, Throwable cause)
          Creation of a new criteria.
 
Methods inherited from class org.apache.avalon.repository.RepositoryException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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(String message)
Creation of a new criteria.


ValidationException

public ValidationException(String message,
                           Throwable cause)
Creation of a new criteria.



Copyright © Apache Software Foundation. All Rights Reserved.