|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.melati.util.MelatiException
public abstract class MelatiException
Abstract base class for all Exceptions within
Melati.
| Field Summary | |
|---|---|
Exception |
subException
A sub-exception we may be wrapping, otherwise null. |
| Constructor Summary | |
|---|---|
MelatiException()
Constructor. |
|
MelatiException(Exception subException)
Constructor with sub-exception. |
|
MelatiException(String message)
Constructor with message. |
|
MelatiException(String message,
Exception subException)
Constructor with message and pre-java 1.4 initial cause. |
|
| Method Summary | |
|---|---|
String |
getMessage()
|
Exception |
innermostException()
|
void |
printStackTrace()
|
void |
printStackTrace(PrintStream s)
|
void |
printStackTrace(PrintWriter w)
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Exception subException
| Constructor Detail |
|---|
public MelatiException(Exception subException)
public MelatiException(String message,
Exception subException)
public MelatiException()
public MelatiException(String message)
message - a text| Method Detail |
|---|
public String getMessage()
getMessage in class ThrowableThrowable.getMessage()public Exception innermostException()
public void printStackTrace()
printStackTrace in class ThrowableThrowable.printStackTrace()public void printStackTrace(PrintStream s)
printStackTrace in class ThrowableThrowable.printStackTrace(java.io.PrintStream)public void printStackTrace(PrintWriter w)
printStackTrace in class ThrowableThrowable.printStackTrace(java.io.PrintWriter)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||