| 
 | |||||||||||
| 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.model.exceptions.IllegalExtensionRuntimeException
This exception is thrown if an illegal extention is used while creating an ImageModel
| Constructor Summary | |
| IllegalExtensionRuntimeException()Default constructor | |
| IllegalExtensionRuntimeException(String msg)Constructs the exception with the specified detail message | |
| IllegalExtensionRuntimeException(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 IllegalExtensionRuntimeException()
public IllegalExtensionRuntimeException(String msg)
msg - the detail message
public IllegalExtensionRuntimeException(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 | ||||||||||