org.sca4j.host
Class SCA4JException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sca4j.host.SCA4JException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ContributionException, DomainException, EmfBuilderException, InitializationException, ShutdownException, StartException

public abstract class SCA4JException
extends java.lang.Exception

The root checked 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
SCA4JException()
          Override constructor from Exception.
SCA4JException(java.lang.String message)
          Override constructor from Exception.
SCA4JException(java.lang.String message, java.lang.String identifier)
          Override constructor from Exception.
SCA4JException(java.lang.String message, java.lang.String identifier, java.lang.Throwable cause)
          Override constructor from Exception.
SCA4JException(java.lang.String message, java.lang.Throwable cause)
          Override constructor from Exception.
SCA4JException(java.lang.Throwable cause)
          Override constructor from Exception.
 
Method Summary
 java.lang.String getIdentifier()
          Returns a string representing additional error information referred to in the error message.
protected  void printStackTraceElements(java.io.PrintWriter writer)
           
 
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

SCA4JException

public SCA4JException()
Override constructor from Exception.

See Also:
Exception

SCA4JException

public SCA4JException(java.lang.String message)
Override constructor from Exception.

Parameters:
message - passed to Exception
See Also:
Exception

SCA4JException

public SCA4JException(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

SCA4JException

public SCA4JException(java.lang.String message,
                      java.lang.Throwable cause)
Override constructor from Exception.

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

SCA4JException

public SCA4JException(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 Exception
See Also:
Exception

SCA4JException

public SCA4JException(java.lang.Throwable cause)
Override constructor from Exception.

Parameters:
cause - passed to Exception
See Also:
Exception
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

printStackTraceElements

protected void printStackTraceElements(java.io.PrintWriter writer)


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