org.sca4j.host
Class SCA4JRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sca4j.host.SCA4JRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExpressionExpansionException, WorkSchedulerException

public abstract class SCA4JRuntimeException
extends java.lang.RuntimeException

The root unchecked exception for the sca4j runtime.

Version:
$Rev: 4263 $ $Date: 2008-05-18 06:07:03 +0100 (Sun, 18 May 2008) $
See Also:
Serialized Form

Constructor Summary
  SCA4JRuntimeException()
          Override constructor from RuntimeException.
  SCA4JRuntimeException(java.lang.String message)
          Override constructor from RuntimeException.
protected SCA4JRuntimeException(java.lang.String message, java.lang.String identifier)
          Override constructor from Exception.
protected SCA4JRuntimeException(java.lang.String message, java.lang.String identifier, java.lang.Throwable cause)
          Override constructor from Exception.
  SCA4JRuntimeException(java.lang.String message, java.lang.Throwable cause)
          Override constructor from RuntimeException.
  SCA4JRuntimeException(java.lang.Throwable cause)
          Override constructor from RuntimeException.
 
Method Summary
 java.lang.String getIdentifier()
          Returns a string representing additional error information referred to in the error message.
 
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

SCA4JRuntimeException

public SCA4JRuntimeException()
Override constructor from RuntimeException.

See Also:
RuntimeException

SCA4JRuntimeException

public SCA4JRuntimeException(java.lang.String message)
Override constructor from RuntimeException.

Parameters:
message - passed to RuntimeException
See Also:
RuntimeException

SCA4JRuntimeException

protected SCA4JRuntimeException(java.lang.String message,
                                java.lang.String identifier)
Override constructor from Exception.

Parameters:
message - passed to Exception
identifier - additional error information referred to in the error message
See Also:
Exception

SCA4JRuntimeException

public SCA4JRuntimeException(java.lang.String message,
                             java.lang.Throwable cause)
Override constructor from RuntimeException.

Parameters:
message - passed to RuntimeException
cause - passed to RuntimeException
See Also:
RuntimeException

SCA4JRuntimeException

protected SCA4JRuntimeException(java.lang.String message,
                                java.lang.String identifier,
                                java.lang.Throwable cause)
Override constructor from Exception.

Parameters:
message - passed to Exception
identifier - additional error information referred to in the error message
cause - passed to RuntimeException
See Also:
Exception

SCA4JRuntimeException

public SCA4JRuntimeException(java.lang.Throwable cause)
Override constructor from RuntimeException.

Parameters:
cause - passed to RuntimeException
See Also:
RuntimeException
Method Detail

getIdentifier

public java.lang.String getIdentifier()
Returns a string representing additional error information referred to in the error message.

Returns:
additional error information


Copyright © 2008-2011 Service Symphony. All Rights Reserved.