|
||||||||||
| 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.ujac.util.UjacException
public class UjacException
Name: UjacException
Description: The base UJAC exception class.
| Constructor Summary | |
|---|---|
UjacException()
Creates an instance with no specific arguments. |
|
UjacException(String msg)
Creates an instance with specific arguments. |
|
UjacException(String msg,
Throwable cause)
Constructs a UjacException instance with no specific arguments. |
|
| Method Summary | |
|---|---|
Throwable |
getOriginalCause()
Gets the exception that causet this one. |
void |
printStackTrace(PrintStream stream)
|
void |
printStackTrace(PrintWriter writer)
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UjacException()
public UjacException(String msg)
msg - The error message.
public UjacException(String msg,
Throwable cause)
msg - The error message.cause - The cause of the error.| Method Detail |
|---|
public Throwable getOriginalCause()
public void printStackTrace(PrintStream stream)
printStackTrace in class ThrowableThrowable.printStackTrace(java.io.PrintStream)public void printStackTrace(PrintWriter writer)
printStackTrace in class ThrowableThrowable.printStackTrace(java.io.PrintWriter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||