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:
Serializable

public class VerifierException
extends RuntimeException

Version:
$Id: VerifierException.java 1188 2009-02-14 23:37:46Z hboutemy $
Author:
Trygve Laugstøl
See Also:
Serialized Form

Constructor Summary
VerifierException(String msg)
           
VerifierException(String msg, Exception ex)
           
VerifierException(String msg, 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(String msg)

VerifierException

public VerifierException(String msg,
                         Exception ex)

VerifierException

public VerifierException(String msg,
                         Throwable throwable)


Copyright © 2001-2013 Codehaus. All Rights Reserved.