Public Member Functions | |
CannotContinueException () | |
CannotContinueException (String message) | |
CannotContinueException (Object a_messages[]) | |
CannotContinueException (Vector a_messages) | |
String[] | getMessages () |
String | getMessage () |
Private Attributes | |
String[] | m_messages = null |
mixconfig.wizard.CannotContinueException.CannotContinueException | ( | ) |
Creates a new instance of CannotContinueException
mixconfig.wizard.CannotContinueException.CannotContinueException | ( | String | message | ) |
Creates a new instance of CannotContinueException
message | a message describing the cause of the exception |
mixconfig.wizard.CannotContinueException.CannotContinueException | ( | Object | a_messages[] | ) |
Creates a new instance of CannotContinueException
a_messages | an array of messages describing the cause of the exception |
References mixconfig.wizard.CannotContinueException.m_messages.
mixconfig.wizard.CannotContinueException.CannotContinueException | ( | Vector | a_messages | ) |
Creates a new instance of CannotContinueException
a_messages | a Vector of messages describing the cause of the exception |
References mixconfig.wizard.CannotContinueException.m_messages.
String [] mixconfig.wizard.CannotContinueException.getMessages | ( | ) |
Creates a new instance of CannotContinueException
cause | the Throwable object that caused the exception Returns an array of error messages. |
String
objects containing messages descriptive of this exception References mixconfig.wizard.CannotContinueException.m_messages.
Referenced by mixconfig.wizard.ConfigWizard.actionPerformed(), and mixconfig.wizard.CannotContinueException.getMessage().
String mixconfig.wizard.CannotContinueException.getMessage | ( | ) |
Returns all error messages in a whole String, separated by line separators.
References mixconfig.wizard.CannotContinueException.getMessages().
String [] mixconfig.wizard.CannotContinueException.m_messages = null [private] |
An array of messages describing the reason for this exception. This is used to display plausibility warnings for the Mix configuration panels when they are shown in the configuration wizard.
Referenced by mixconfig.wizard.CannotContinueException.CannotContinueException(), and mixconfig.wizard.CannotContinueException.getMessages().