|
||||||||||
| 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.jomc.tools.ToolException
public class ToolException
Object management and configuration tool exception.
| Constructor Summary | |
|---|---|
ToolException()
Creates a new ToolException instance. |
|
ToolException(String message)
Creates a new ToolException instance taking a message. |
|
ToolException(String message,
Throwable cause)
Creates a new ToolException instance taking a message and a cause. |
|
ToolException(Throwable cause)
Creates a new ToolException instance taking a cause. |
|
| 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 ToolException()
ToolException instance.
public ToolException(String message)
ToolException instance taking a message.
message - The message of the exception.public ToolException(Throwable cause)
ToolException instance taking a cause.
cause - The cause of the exception.
public ToolException(String message,
Throwable cause)
ToolException instance taking a message and a cause.
message - The message of the exception.cause - The cause of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||