|
||||||||||
| 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
com.zphinx.spine.exceptions.SpineApplicationException
public class SpineApplicationException
SpineApplicationException is the primary exception thrown within the spine framework for application errors
Copyright ©Zphinx Software Solutions
| Constructor Summary | |
|---|---|
SpineApplicationException()
Default Constructor - takes no arguments |
|
SpineApplicationException(String message)
Constructor with string parameter, denoting the default message to print |
|
SpineApplicationException(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 |
|
SpineApplicationException(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 SpineApplicationException()
public SpineApplicationException(String message)
message - The message to printpublic SpineApplicationException(Throwable cause)
cause - The cause of the exception defined in a throwable object
public SpineApplicationException(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 | |||||||||