public class UimacppException extends Exception
Constructor and Description |
---|
UimacppException(Exception ex)
Constructs a
JTafRuntimeException with the specified nested exception. |
Modifier and Type | Method and Description |
---|---|
Exception |
getEmbeddedException()
get the embedded exception, if any.
|
String |
getMessage()
Returns a detail message.
|
void |
printStackTrace()
Prints the composite message to
System.err . |
void |
printStackTrace(PrintStream ps)
Prints the composite message and the embedded stack trace to the specified print stream,
ps . |
void |
printStackTrace(PrintWriter pw)
Prints the composite message and the embedded stack trace to the specified print writer,
pw |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public UimacppException(Exception ex)
JTafRuntimeException
with the specified nested exception.ex
- the nested exceptionpublic String getMessage()
getMessage
in class Throwable
public void printStackTrace(PrintStream ps)
ps
.printStackTrace
in class Throwable
ps
- the print streampublic void printStackTrace()
System.err
.printStackTrace
in class Throwable
public void printStackTrace(PrintWriter pw)
pw
printStackTrace
in class Throwable
pw
- the print writerpublic Exception getEmbeddedException()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.