|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.celtix.common.i18n.Exception
public abstract class Exception
Constructor Summary | |
---|---|
Exception(Message msg)
|
|
Exception(String msg)
|
|
Exception(String msg,
Object... params)
|
|
Exception(String msg,
Throwable cause)
|
|
Exception(String msg,
Throwable cause,
Object... params)
|
|
Exception(Throwable cause)
|
Method Summary | |
---|---|
protected abstract Message |
createMessage(String code,
Object... params)
|
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 |
---|
public Exception(Message msg)
public Exception(String msg, Object... params)
public Exception(String msg)
public Exception(String msg, Throwable cause)
public Exception(String msg, Throwable cause, Object... params)
public Exception(Throwable cause)
Method Detail |
---|
public String getCode()
public String getMessage()
getMessage
in class Throwable
protected abstract Message createMessage(String code, Object... params)
|
Celtix User APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |