com.sri.emo.wizard
Class WizardException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sri.emo.wizard.WizardException
All Implemented Interfaces:
Serializable

public class WizardException
extends RuntimeException

Exception for wizard-based exceptions.

Author:
Michael Rimov
See Also:
Serialized Form

Constructor Summary
WizardException()
          Default constructor.
WizardException(String message)
          Constructs an exception with a message.
WizardException(String message, Throwable cause)
          Constructs an exception with a message and a nested exception.
WizardException(Throwable cause)
          Constructs an exception wrapping another exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WizardException

public WizardException()
Default constructor.


WizardException

public WizardException(String message)
Constructs an exception with a message.

Parameters:
message - java.lang.String

WizardException

public WizardException(String message,
                       Throwable cause)
Constructs an exception with a message and a nested exception.

Parameters:
message - the message
cause - the nested exception

WizardException

public WizardException(Throwable cause)
Constructs an exception wrapping another exception.

Parameters:
cause - the cause Exception we're wrapping.


Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.