tle.framework.component
Class ComponentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tle.framework.TLEFrameworkException
              extended by tle.framework.component.ComponentException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AAManagerException, ComponentAleadyExistsException, ComponentCreationException, ComponentNotFoundException

public class ComponentException
extends TLEFrameworkException

ÄÄÆ÷³ÍÆ®ÀÇ ±â´ÉÀ» ¼öÇàÇÏ´Â µ¥ ¹®Á¦°¡ ÀÖÀ» °æ¿ì ¹ß»ýÇÑ´Ù.

Since:
2.0
Author:
ÃÖ¹ü±Õ
See Also:
Serialized Form

Constructor Summary
ComponentException(java.lang.String msg)
           
ComponentException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class tle.framework.TLEFrameworkException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ComponentException

public ComponentException(java.lang.String msg,
                          java.lang.Throwable cause)

ComponentException

public ComponentException(java.lang.String msg)