org.obe
Class OBERuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.obe.OBERuntimeException
All Implemented Interfaces:
java.io.Serializable

public class OBERuntimeException
extends java.lang.RuntimeException

Base exception for all runtime exceptions in the Open Business Engine.

Author:
Anthony Eden
See Also:
Serialized Form

Constructor Summary
OBERuntimeException()
          Constructs a new OBERuntimeException.
OBERuntimeException(java.lang.String message)
          Construct a new OBERuntimeException with the given message.
OBERuntimeException(java.lang.String message, java.lang.Throwable t)
          Construct a new OBERuntimeException with the given messager and nested error.
OBERuntimeException(java.lang.Throwable t)
          Construct a new OBERuntimeException with the given nested error.
 
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

OBERuntimeException

public OBERuntimeException()
Constructs a new OBERuntimeException.


OBERuntimeException

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

Parameters:
message - The message

OBERuntimeException

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

Parameters:
t - The nested error

OBERuntimeException

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

Parameters:
message - The message
t - The nested error


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