org.ocltf.common
Class ComponentContainerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.ocltf.common.ComponentContainerException
All Implemented Interfaces:
java.io.Serializable

public class ComponentContainerException
extends java.lang.RuntimeException

Any unchecked exception that will be thrown during the execution of ComponentContainer.

See Also:
Serialized Form

Constructor Summary
ComponentContainerException(java.lang.String msg)
          Constructs an instance of ComponentContainerException.
ComponentContainerException(java.lang.String msg, java.lang.Throwable th)
          Constructs an instance of ComponentContainerException.
ComponentContainerException(java.lang.Throwable th)
          Constructs an instance of ComponentContainerException.
 
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

ComponentContainerException

public ComponentContainerException(java.lang.Throwable th)
Constructs an instance of ComponentContainerException.

Parameters:
th -

ComponentContainerException

public ComponentContainerException(java.lang.String msg)
Constructs an instance of ComponentContainerException.

Parameters:
msg -

ComponentContainerException

public ComponentContainerException(java.lang.String msg,
                                   java.lang.Throwable th)
Constructs an instance of ComponentContainerException.

Parameters:
msg -
th -


Copyright © 2003-2004 Chad Brandon. All Rights Reserved.