Celtix User APIs

org.objectweb.celtix.common.i18n
Class UncheckedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.objectweb.celtix.common.i18n.UncheckedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException

public class UncheckedException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
UncheckedException()
          Deprecated. 
UncheckedException(Message msg)
           
UncheckedException(Message msg, Throwable t)
           
UncheckedException(String msg)
          Deprecated. 
UncheckedException(String msg, Throwable t)
          Deprecated. 
UncheckedException(Throwable cause)
           
 
Method Summary
 String getCode()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

UncheckedException

public UncheckedException(Message msg)

UncheckedException

public UncheckedException(Message msg,
                          Throwable t)

UncheckedException

public UncheckedException(Throwable cause)

UncheckedException

@Deprecated
public UncheckedException()
Deprecated. 


UncheckedException

@Deprecated
public UncheckedException(String msg)
Deprecated. 


UncheckedException

@Deprecated
public UncheckedException(String msg,
                                     Throwable t)
Deprecated. 

Method Detail

getCode

public String getCode()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

Celtix User APIs