org.jaffa.presentation.portlet.component
Class ComponentCreationRuntimeException

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.component.ComponentCreationRuntimeException
All Implemented Interfaces:
Serializable

public class ComponentCreationRuntimeException
extends CustomRuntimeException

This exception is thrown if any error is thrown during creation of a Component

See Also:
Serialized Form

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

ComponentCreationRuntimeException

public ComponentCreationRuntimeException()
Default constructor


ComponentCreationRuntimeException

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

Parameters:
msg - the detail message

ComponentCreationRuntimeException

public ComponentCreationRuntimeException(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.