org.sape.carbon.core.bootstrap
Class BootStrapException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.sape.carbon.core.exception.BaseRuntimeException
                          |
                          +--org.sape.carbon.core.bootstrap.BootStrapException
All Implemented Interfaces:
Exceptionable, Serializable

public class BootStrapException
extends BaseRuntimeException

Levelized excpeiont for bootstrap package.

This exception has severity CRITICAL.

Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.13 $($Author: dvoet $ / $Date: 2003/05/05 21:21:11 $)
Author:
Douglas Voet, February 2002
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sape.carbon.core.exception.BaseRuntimeException
delegatedException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
BootStrapException(Class sourceClass, String message)
          Constructor for BootStrapException.
BootStrapException(Class sourceClass, String message, Throwable previousException)
          Constructor
 
Method Summary
 SeverityEnum getSeverity()
          The severity of this exception.
 
Methods inherited from class org.sape.carbon.core.exception.BaseRuntimeException
getCause, getExceptionSource, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BootStrapException

public BootStrapException(Class sourceClass,
                          String message)
Constructor for BootStrapException.

Parameters:
sourceClass - the source class of this failure
message - a string describing this failure

BootStrapException

public BootStrapException(Class sourceClass,
                          String message,
                          Throwable previousException)
Constructor

Parameters:
sourceClass - the source class of this exception
message - a message describing this failure
previousException - the exception that caused this failure
Method Detail

getSeverity

public SeverityEnum getSeverity()
The severity of this exception.

Specified by:
getSeverity in interface Exceptionable
Specified by:
getSeverity in class BaseRuntimeException
Returns:
SeverityEnum.SEVERITY_FATAL always


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.