|
||||||||||
| 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.sapia.util.ApplicationStarterException
public class ApplicationStarterException
This exception is thrown by the ApplicationStarter when an
error prevent it from starting an application.
| Constructor Summary | |
|---|---|
ApplicationStarterException(java.lang.String aMessage,
java.lang.Throwable aSourceError)
Creates a new ApplicationStarterException instance with the arguments passed in. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getSourceError()
Returns the source error encapsulated in this exception. |
void |
printStackTrace()
Prints the stack trace of this exception to the standard error stream. |
void |
printStackTrace(java.io.PrintStream anOutput)
Prints the stack trace of this exception to the print stream passed in. |
void |
printStackTrace(java.io.PrintWriter anOutput)
Prints the stack trace of this exception to the print writer passed in. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationStarterException(java.lang.String aMessage,
java.lang.Throwable aSourceError)
aMessage - The message describing the error.aSourceError - The source error to encapsulate.| Method Detail |
|---|
public java.lang.Throwable getSourceError()
public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter anOutput)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream anOutput)
printStackTrace in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||