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 287 2005-04-03 23:22:27Z 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)
           
 
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)


Copyright © 2001-2007 Codehaus. All Rights Reserved.