net.sf.arise.util
Class ChainingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sf.arise.util.ChainingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EngineException, EvalException, LoadingException, PijiException, ServiceException, SigseException

public class ChainingException
extends java.lang.Exception

Emulates 1.4 Exception. TODO: print stacktrace properly.

Author:
Maja S Bratseth
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
protected ChainingException(java.lang.String msg)
           
  ChainingException(java.lang.String msg, java.lang.Throwable cause)
           
  ChainingException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ChainingException

public ChainingException(java.lang.Throwable cause)

ChainingException

protected ChainingException(java.lang.String msg)

ChainingException

public ChainingException(java.lang.String msg,
                         java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth