public class UimacppException extends Exception
| Constructor and Description | 
|---|
| UimacppException(Exception ex)Constructs a  JTafRuntimeExceptionwith 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, toStringpublic UimacppException(Exception ex)
JTafRuntimeException with the specified nested exception.ex - the nested exceptionpublic String getMessage()
getMessage in class Throwablepublic void printStackTrace(PrintStream ps)
ps.printStackTrace in class Throwableps - the print streampublic void printStackTrace()
System.err.printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
pwprintStackTrace in class Throwablepw - the print writerpublic Exception getEmbeddedException()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.