org.codehaus.modello.verifier
Class VerifierException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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)
           
 
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-2007 Codehaus. All Rights Reserved.