tle.framework
Class TLEFrameworkException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bytle.framework.TLEFrameworkException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ComponentException, RequestAnalyzerException

public class TLEFrameworkException
extends java.lang.Exception

Ʋ ÇÁ·¹ÀÓ¿öÅ©¿Í °ü·ÃµÈ ¸ðµç ¿¹¿Ü Ŭ·¡½º°¡ »ó¼Ó¹Þ¾Æ¾ß Çϴ Ŭ·¡½º.

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

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
TLEFrameworkException(java.lang.String msg)
           
TLEFrameworkException(java.lang.String msg, java.lang.Throwable e)
           
 
Method Summary
 java.lang.Throwable 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

TLEFrameworkException

public TLEFrameworkException(java.lang.String msg,
                             java.lang.Throwable e)

TLEFrameworkException

public TLEFrameworkException(java.lang.String msg)
Method Detail

getCause

public java.lang.Throwable getCause()