|
||||||||||
| 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
org.defne.utility.exception.DefneException
public class DefneException
Main root exception for all general types of exceptions. Specific runtime
exceptions could extend DefneException for more specific exceptions.
| Constructor Summary | |
|---|---|
DefneException()
Instantiates a new green exception. |
|
DefneException(String message)
Instantiates a new green exception. |
|
DefneException(String message,
Throwable cause)
Instantiates a new green exception. |
|
DefneException(Throwable cause)
Instantiates a new green exception. |
|
| 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 |
|---|
public DefneException()
public DefneException(String message)
message - the messagepublic DefneException(Throwable cause)
cause - the cause
public DefneException(String message,
Throwable cause)
message - the messagecause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||