jodd.petite
Class PetiteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jodd.util.UncheckedException
                  extended by jodd.petite.PetiteException
All Implemented Interfaces:
java.io.Serializable

public class PetiteException
extends jodd.util.UncheckedException

Petite exception.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jodd.util.UncheckedException
cause, CAUSE_DIV, causeDetails
 
Constructor Summary
PetiteException()
           
PetiteException(java.lang.String message)
           
PetiteException(java.lang.String message, java.lang.Throwable t)
           
PetiteException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class jodd.util.UncheckedException
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, wrap, wrap, wrapChecked
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PetiteException

public PetiteException(java.lang.Throwable t)

PetiteException

public PetiteException()

PetiteException

public PetiteException(java.lang.String message)

PetiteException

public PetiteException(java.lang.String message,
                       java.lang.Throwable t)


Copyright ©2008 Jodd Team