| 
 | ||||||||||
| 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.bankframe.fe.statemachine.base.StateMachineException
com.bankframe.fe.statemachine.ext.apploaders.sax.XmlApplicationLoaderException
public class XmlApplicationLoaderException
Exception class for any exceptions thrown while loading the application from XML.
| Field Summary | 
|---|
| Fields inherited from class com.bankframe.fe.statemachine.base.StateMachineException | 
|---|
| INVALID_EVENT, INVALID_RESULT_STATE, INVALID_RESULT_STATE_TRANSITION, INVALID_STATE, INVALID_TRANSITION_ENTRYCONDITION, INVALID_USER_SESSION_EVENT, INVALID_USER_SESSION_STATE, NO_EVENT | 
| Constructor Summary | |
|---|---|
| XmlApplicationLoaderException()Creates new XmlApplicationLoaderExceptionwithout detail message. | |
| XmlApplicationLoaderException(Exception originalException) | |
| XmlApplicationLoaderException(String msg)Constructs an XmlApplicationLoaderExceptionwith the specified detail message. | |
| Method Summary | 
|---|
| Methods inherited from class com.bankframe.fe.statemachine.base.StateMachineException | 
|---|
| getJsmExceptionMessage, getOriginalException, printStackTrace, printStackTrace, setJsmExceptionMessage | 
| Methods inherited from class java.lang.Throwable | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public XmlApplicationLoaderException()
XmlApplicationLoaderException without detail message.
public XmlApplicationLoaderException(Exception originalException)
public XmlApplicationLoaderException(String msg)
XmlApplicationLoaderException with the specified detail message.
msg - the detail message.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||