public class ToolException extends RuntimeException
Constructor and Description |
---|
ToolException() |
ToolException(Message msg) |
ToolException(Message msg,
Throwable t) |
ToolException(String msg) |
ToolException(String message,
List<org.apache.cxf.tools.common.ToolErrorListener.ErrorInfo> e) |
ToolException(String messageId,
Logger logger)
Construct message from message property bundle and logger.
|
ToolException(String messageId,
Logger logger,
Object... args) |
ToolException(String msg,
Throwable t) |
ToolException(Throwable t) |
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintStream ps,
String pfx,
String cap) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public ToolException()
public ToolException(String message, List<org.apache.cxf.tools.common.ToolErrorListener.ErrorInfo> e)
public ToolException(Message msg)
public ToolException(String msg)
public ToolException(Throwable t)
public ToolException(String messageId, Logger logger)
messageId
- logger
- public void printStackTrace(PrintStream ps)
printStackTrace
in class Throwable
public void printStackTrace(PrintStream ps, String pfx, String cap)
Apache CXF