|
|||||||||
| 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.at4j.support.lang.At4JException
public class At4JException
This is a base class for exceptions in this project. It inherits
RuntimeException, so it is unchecked.
| Constructor Summary | |
|---|---|
At4JException(String msg)
Create an exception with a message. |
|
At4JException(String msg,
Throwable t)
Create an exception that wraps another exception and has a message. |
|
At4JException(Throwable t)
Create an exception that wraps another 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 At4JException(String msg)
msg - The message.public At4JException(Throwable t)
t - The other exception.
public At4JException(String msg,
Throwable t)
msg - The message.t - The other exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||