org.eclipse.epsilon.hutn.exceptions
Class HutnValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.epsilon.hutn.exceptions.HutnException
              extended by org.eclipse.epsilon.hutn.exceptions.HutnValidationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HutnUnrecognisedNsUriException

public class HutnValidationException
extends HutnException

See Also:
Serialized Form

Constructor Summary
HutnValidationException(java.lang.String message)
           
HutnValidationException(java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HutnValidationException

public HutnValidationException(java.lang.String message)

HutnValidationException

public HutnValidationException(java.lang.Throwable cause)