public interface ICcException
extends java.io.Serializable
ICcException is the interface for the all exceptions thrown from Progress Corticon software.| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getContainedException()
getContainedException returns the Exception contained within this Exception. |
java.lang.String[] |
getMessages()
getMessages returns an array containing the error message strings of this exception as
well as all other exception it may contain. |
java.lang.String |
getStackTraceAsString()
getStackTraceAsString returns the stack backtrace as a text string. |
void |
printStackTrace()
printStackTrace prints the stack backtrace to the standard output. |
void |
printStackTrace(java.io.PrintStream aps)
printStackTrace prints the stack backtrace of the specified print stream. |
void |
printStackTrace(java.io.PrintWriter apw)
printStackTrace prints the stack backtrace to the specified print writer. |
java.lang.String |
toString()
toString returns a description of this Exception. |
java.lang.String toString()
toString returns a description of this Exception. If the Exception wraps other
Exceptions, their contents is also included.toString in class java.lang.Objectvoid printStackTrace(java.io.PrintStream aps)
printStackTrace prints the stack backtrace of the specified print stream.void printStackTrace(java.io.PrintWriter apw)
printStackTrace prints the stack backtrace to the specified print writer.void printStackTrace()
printStackTrace prints the stack backtrace to the standard output.java.lang.String getStackTraceAsString()
getStackTraceAsString returns the stack backtrace as a text string.java.lang.String[] getMessages()
getMessages returns an array containing the error message strings of this exception as
well as all other exception it may contain.java.lang.Exception getContainedException()
getContainedException returns the Exception contained within this Exception.Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.