|
|||||||||||
| 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.component.ComponentCreationRuntimeException
This exception is thrown if any error is thrown during creation of a Component
| Constructor Summary | |
ComponentCreationRuntimeException()
Default constructor |
|
ComponentCreationRuntimeException(String msg)
Constructs the exception with the specified detail message |
|
ComponentCreationRuntimeException(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 ComponentCreationRuntimeException()
public ComponentCreationRuntimeException(String msg)
msg - the detail message
public ComponentCreationRuntimeException(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 | ||||||||||