org.objectweb.celtix.common.i18n
Class UncheckedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.objectweb.celtix.common.i18n.UncheckedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConfigurationException
public class UncheckedException
- extends RuntimeException
- See Also:
- Serialized Form
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.
getCode
public String getCode()
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable