org.jostraca.setup
Class SetupException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jostraca.setup.SetupException
All Implemented Interfaces:
java.io.Serializable

public class SetupException
extends java.lang.Exception

Description:
SetupExceptions are used by the SetupManager to indicate to a UI wrapper the type of failure which occured, so that user friendly error messages can be displayed.

See Also:
Serialized Form

Constructor Summary
SetupException(java.lang.String pInternalDescription, int pErrorCode)
           
SetupException(java.lang.String pInternalDescription, int pErrorCode, java.lang.Throwable pThrowableSource)
           
SetupException(java.lang.String pInternalDescription, int pErrorCode, java.lang.Throwable pThrowableSource, java.util.Hashtable pInserts)
           
 
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

SetupException

public SetupException(java.lang.String pInternalDescription,
                      int pErrorCode)

SetupException

public SetupException(java.lang.String pInternalDescription,
                      int pErrorCode,
                      java.lang.Throwable pThrowableSource)

SetupException

public SetupException(java.lang.String pInternalDescription,
                      int pErrorCode,
                      java.lang.Throwable pThrowableSource,
                      java.util.Hashtable pInserts)


Copyright © 2000-2002 Richard Rodger