|
||||||||||
| 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
cz.cuni.jagrlib.JaGrLibException
public class JaGrLibException
Generic JaGrLib throwable exception:
unchecked exception (holding general Throwable).
Should be throwed by throw new JaGrLibException( new Throwable(..) )
| Constructor Summary | |
|---|---|
JaGrLibException(java.lang.String msg)
Constructs an JaGrLibException with the specified detail message. |
|
JaGrLibException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an JaGrLibException with the specified detail message and explicit "cause". |
|
JaGrLibException(java.lang.Throwable cause)
Constructs an JaGrLibException with no detail message. |
|
| 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 JaGrLibException(java.lang.Throwable cause)
public JaGrLibException(java.lang.String msg,
java.lang.Throwable cause)
msg - The detail message.cause - Cause to be encapsulated into this exception.public JaGrLibException(java.lang.String msg)
msg - The detail message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||