Package org.codehaus.modello.verifier
Class VerifierException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.codehaus.modello.verifier.VerifierException
-
- All Implemented Interfaces:
Serializable
public class VerifierException extends RuntimeException
- Author:
- Trygve Laugstøl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VerifierException(String msg)
VerifierException(String msg, Exception ex)
VerifierException(String msg, Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-