org.jaffa.presentation.portlet.widgets.model.exceptions
Class IllegalExtensionRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jaffa.exceptions.CustomRuntimeException
                  extended byorg.jaffa.presentation.portlet.widgets.model.exceptions.IllegalExtensionRuntimeException
All Implemented Interfaces:
Serializable

public class IllegalExtensionRuntimeException
extends CustomRuntimeException

This exception is thrown if an illegal extention is used while creating an ImageModel

See Also:
Serialized Form

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

IllegalExtensionRuntimeException

public IllegalExtensionRuntimeException()
Default constructor


IllegalExtensionRuntimeException

public IllegalExtensionRuntimeException(String msg)
Constructs the exception with the specified detail message

Parameters:
msg - the detail message

IllegalExtensionRuntimeException

public IllegalExtensionRuntimeException(String msg,
                                        Throwable sourceException)
Constructs the exception with the specified detail message and nested exception

Parameters:
msg - the detail message
sourceException - the nested exception


Copyright © 2002-2004 JAFFA Project.