mixconfig.wizard.CannotContinueException Class Reference

Inherits IndexOutOfBoundsException.

List of all members.

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


Detailed Description

An exception class thrown when navigation in a wizard is not possible in the desired direction.

Author:
ronin <ronin2@web.de>

Constructor & Destructor Documentation

mixconfig.wizard.CannotContinueException.CannotContinueException (  ) 

Creates a new instance of CannotContinueException

mixconfig.wizard.CannotContinueException.CannotContinueException ( String  message  ) 

Creates a new instance of CannotContinueException

Parameters:
message a message describing the cause of the exception

mixconfig.wizard.CannotContinueException.CannotContinueException ( Object  a_messages[]  ) 

Creates a new instance of CannotContinueException

Parameters:
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

Parameters:
a_messages a Vector of messages describing the cause of the exception

References mixconfig.wizard.CannotContinueException.m_messages.


Member Function Documentation

String [] mixconfig.wizard.CannotContinueException.getMessages (  ) 

Creates a new instance of CannotContinueException

Parameters:
cause the Throwable object that caused the exception Returns an array of error messages.
Returns:
An array of 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.

Returns:
all error messages in a whole String, separated by line separators

References mixconfig.wizard.CannotContinueException.getMessages().


Member Data Documentation

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().


The documentation for this class was generated from the following file:

Generated on Mon Nov 16 23:24:48 2009 for MixConfig by  doxygen 1.5.6