org.obe
Class OBEException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.obe.OBEException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AttributeReadOnlyException, EvaluatorException, FormalParameterNotFoundException, InvalidProcessException, RepositoryException, XMLException, XPDLParserException, XPDLSerializerException

public class OBEException
extends java.lang.Exception

Base exception for all exceptions in the Open Business Engine.

Author:
Anthony Eden
See Also:
Serialized Form

Constructor Summary
OBEException()
          Construct a new OBEException.
OBEException(java.lang.String message)
          Construct a new OBEException with the given message.
OBEException(java.lang.String message, java.lang.Throwable t)
          Construct a new OBEException with the given messager and nested error.
OBEException(java.lang.Throwable t)
          Construct a new OBEException with the given nested error.
 
Method Summary
 java.lang.Throwable getCause()
          Get the nested error.
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream stream)
           
 void printStackTrace(java.io.PrintWriter writer)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OBEException

public OBEException()
Construct a new OBEException.


OBEException

public OBEException(java.lang.String message)
Construct a new OBEException with the given message.

Parameters:
message - The message

OBEException

public OBEException(java.lang.Throwable t)
Construct a new OBEException with the given nested error.

Parameters:
t - The nested error

OBEException

public OBEException(java.lang.String message,
                    java.lang.Throwable t)
Construct a new OBEException with the given messager and nested error.

Parameters:
message - The message
t - The nested error
Method Detail

getCause

public java.lang.Throwable getCause()
Get the nested error.

Returns:
The nested error

printStackTrace

public final void printStackTrace()

printStackTrace

public final void printStackTrace(java.io.PrintStream stream)

printStackTrace

public final void printStackTrace(java.io.PrintWriter writer)


SourceForge.net Logo OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.