public class WindowBuilderException extends FormBuilderException
A specialized exception class used for reporting error conditions related to the window builder.
Constructor and Description |
---|
WindowBuilderException(String msg)
Creates a new instance of
WindowBuilderException and sets
the error message. |
WindowBuilderException(String msg,
Throwable cause)
Creates a new instance of
WindowBuilderException and sets
the error message and the root cause. |
WindowBuilderException(Throwable cause)
Creates a new instance of
WindowBuilderException and sets
the root cause. |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public WindowBuilderException(String msg)
WindowBuilderException
and sets
the error message.msg
- the error messagepublic WindowBuilderException(Throwable cause)
WindowBuilderException
and sets
the root cause.cause
- the exception's root causeCopyright © 2016 The JGUIraffe Team. All rights reserved.