|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.ujac.util.UjacException org.ujac.chart.ChartException
public class ChartException
Name: ChartException
Description: A class for chart related exceptions.
Constructor Summary | |
---|---|
ChartException(String message)
Constructs a ChartException instance with specific attributes. |
|
ChartException(String message,
Throwable cause)
Constructs a ChartException instance with specific attributes. |
|
ChartException(Throwable cause)
Constructs a ChartException instance with specific attributes. |
Method Summary | |
---|---|
Throwable |
getCause()
Gets the original cause of the exception. |
Methods inherited from class org.ujac.util.UjacException |
---|
getOriginalCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, 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 ChartException(String message)
message
- The error message.public ChartException(String message, Throwable cause)
message
- The error message.cause
- The original exception.public ChartException(Throwable cause)
cause
- The original exception.Method Detail |
---|
public Throwable getCause()
getCause
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |