public class UimacppException
extends java.lang.Exception
| Constructor and Description |
|---|
UimacppException(java.lang.Exception ex)
Constructs a
JTafRuntimeException with the specified nested exception. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getEmbeddedException()
get the embedded exception, if any.
|
java.lang.String |
getMessage()
Returns a detail message.
|
void |
printStackTrace()
Prints the composite message to
System.err. |
void |
printStackTrace(java.io.PrintStream ps)
Prints the composite message and the embedded stack trace to the specified print stream,
ps. |
void |
printStackTrace(java.io.PrintWriter pw)
Prints the composite message and the embedded stack trace to the specified print writer,
pw |
public UimacppException(java.lang.Exception ex)
JTafRuntimeException with the specified nested exception.ex - the nested exceptionpublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream ps)
ps.printStackTrace in class java.lang.Throwableps - the print streampublic void printStackTrace()
System.err.printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter pw)
pwprintStackTrace in class java.lang.Throwablepw - the print writerpublic java.lang.Exception getEmbeddedException()
Copyright © 2013. All Rights Reserved.