|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jodd.util.UncheckedException
jodd.petite.PetiteException
public class PetiteException
Petite exception.
| 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 |
|---|
public PetiteException(java.lang.Throwable t)
public PetiteException()
public PetiteException(java.lang.String message)
public PetiteException(java.lang.String message,
java.lang.Throwable t)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||