|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.openwings.ui.UserInterfaceException
This class defines an exception specific to using a
UserInterfaceFactory.
This exception may be used to encapsulate another exception
generated during user interface construction.
| Constructor Summary | |
UserInterfaceException()
Constructs a UserInterfaceException with no specified
detail message. |
|
UserInterfaceException(java.lang.Exception e,
java.lang.String message)
Constructs a new UserInterfaceException. |
|
UserInterfaceException(java.lang.String message)
Constructs a UserInterfaceException with the specified
detail message. |
|
| Method Summary | |
java.lang.Exception |
getEmbeddedException()
Get the Exception that triggered this exception. |
java.lang.String |
getMessage()
Returns the error message string of this throwable object. |
void |
printStackTrace()
Prints this Throwable and its backtrace to the standard error stream. |
void |
printStackTrace(java.io.PrintStream s)
Prints this Throwable and its backtrace to the standard error stream. |
void |
printStackTrace(java.io.PrintWriter s)
Prints this Throwable and its backtrace to the standard error stream. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UserInterfaceException()
UserInterfaceException with no specified
detail message.
public UserInterfaceException(java.lang.String message)
UserInterfaceException with the specified
detail message.
message - the detail message
public UserInterfaceException(java.lang.Exception e,
java.lang.String message)
UserInterfaceException.
e - The Exception that triggered this exception.
May be null.message - The text message to be associated with this exception.| Method Detail |
public java.lang.Exception getEmbeddedException()
Exception that triggered this exception.
Exception that triggered this exception.
May be null.public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwables - PrintStream to use for outputpublic void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwables - PrintWriter to use for output
|
Openwings API Documentation (v1.0) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||