org.eclipse.actf.validation.core
Class ValidationProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.actf.validation.core.ValidationProcessException
All Implemented Interfaces:
Serializable

public class ValidationProcessException
extends Exception

Author:
barryf
See Also:
Serialized Form

Constructor Summary
ValidationProcessException()
           
ValidationProcessException(String message)
           
ValidationProcessException(String message, Throwable cause)
           
ValidationProcessException(Throwable cause)
           
 
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

ValidationProcessException

public ValidationProcessException()

ValidationProcessException

public ValidationProcessException(String message)
Parameters:
message -

ValidationProcessException

public ValidationProcessException(Throwable cause)
Parameters:
cause -

ValidationProcessException

public ValidationProcessException(String message,
                                  Throwable cause)
Parameters:
message -
cause -