org.codehaus.modello.verifier
Class VerifierException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.modello.verifier.VerifierException
All Implemented Interfaces:
java.io.Serializable

public class VerifierException
extends java.lang.RuntimeException

Version:
$Id: VerifierException.java 695 2006-11-23 01:00:23Z brett $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
VerifierException(java.lang.String msg)
           
VerifierException(java.lang.String msg, java.lang.Exception ex)
           
VerifierException(java.lang.String msg, java.lang.Throwable throwable)
           
 
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

VerifierException

public VerifierException(java.lang.String msg)

VerifierException

public VerifierException(java.lang.String msg,
                         java.lang.Exception ex)

VerifierException

public VerifierException(java.lang.String msg,
                         java.lang.Throwable throwable)


Copyright © 2001-2011 Codehaus. All Rights Reserved.