|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.zphinx.spine.exceptions.SpineException
public class SpineException
SpineException represents the common exception thrown by classes within the spine framework.
Copyright ©Zphinx Software Solutions
| Constructor Summary | |
|---|---|
SpineException()
Default Constructor - takes no arguments |
|
SpineException(String message)
Constructor with string parameter, denoting the default message to print |
|
SpineException(String message,
Throwable cause)
Constructor with string and cause parameter, denoting the default message to print and the cause of the exception which may contain more error information |
|
SpineException(Throwable cause)
Constructor with cause parameter which denotes the cause of the exception which may contain more error information |
|
| 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 SpineException()
public SpineException(String message)
message - The message to printpublic SpineException(Throwable cause)
cause - The cause of the exception defined in a throwable object
public SpineException(String message,
Throwable cause)
message - The message to printcause - The cause of the exception defined in a throwable object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||