|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.eos.EosException
public class EosException
Base exception of εοs-toolkit.
| Constructor Summary | |
|---|---|
EosException()
Creates a new instance. |
|
EosException(String message)
Creates a new instance. |
|
EosException(String message,
Throwable cause)
Creates a new instance. |
|
EosException(Throwable cause)
Creates a new instance. |
|
| 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 EosException()
public EosException(String message)
message - a message.public EosException(Throwable cause)
cause - a cause exception.
public EosException(String message,
Throwable cause)
cause - a cause exception.message - a message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||