|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.cxf.aegis.DatabindingException
public class DatabindingException
Constructor Summary | |
---|---|
DatabindingException(Message message)
|
|
DatabindingException(Message message,
Throwable cause)
|
|
DatabindingException(String message)
Constructs a new exception with the specified detail message. |
|
DatabindingException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
Method Summary | |
---|---|
String |
getActualMessage()
|
String |
getMessage()
Return the detail message, including the message from the nested exception if there is one. |
void |
prepend(String m)
|
void |
printStackTrace(PrintStream s)
Prints this throwable and its backtrace to the specified print stream. |
void |
printStackTrace(PrintWriter w)
Prints this throwable and its backtrace to the specified print writer. |
void |
setMessage(String s)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DatabindingException(String message)
message
- the detail message.public DatabindingException(String message, Throwable cause)
message
- the detail message.cause
- the cause.public DatabindingException(Message message)
public DatabindingException(Message message, Throwable cause)
Method Detail |
---|
public String getMessage()
nested exception
if there is one.
getMessage
in class Throwable
public String getActualMessage()
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
s
- PrintStream
to use for outputpublic void printStackTrace(PrintWriter w)
printStackTrace
in class Throwable
w
- PrintWriter
to use for outputpublic final void prepend(String m)
public void setMessage(String s)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |