|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jaffa.exceptions.CustomRuntimeException
org.jaffa.presentation.portlet.widgets.controller.exceptions.XmlStructureRuntimeException
This exception is thrown if the XML fragment passed to the controller is malformed
| Constructor Summary | |
XmlStructureRuntimeException()
Default constructor |
|
XmlStructureRuntimeException(String msg)
Constructs the exception with the specified detail message |
|
XmlStructureRuntimeException(String msg,
Throwable sourceException)
Constructs the exception with the specified detail message and nested exception |
|
| 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 XmlStructureRuntimeException()
public XmlStructureRuntimeException(String msg)
msg - the detail message
public XmlStructureRuntimeException(String msg,
Throwable sourceException)
msg - the detail messagesourceException - the nested exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||