net.sf.arise.piji
Class InternalRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--net.sf.arise.piji.PijiRuntimeException
                          |
                          +--net.sf.arise.piji.InternalRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class InternalRuntimeException
extends PijiRuntimeException

A runtime exception subclass for signalling to the developer that an error must be corrected. Should not be used to signal runtime errors attributable to user behaviour, but rather system discrepancies.

Author:
Kjetil Valstadsve
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
InternalRuntimeException(java.lang.String message)
           
InternalRuntimeException(java.lang.String message, java.lang.Throwable t)
           
InternalRuntimeException(java.lang.Throwable t)
           
 
Methods inherited from class net.sf.arise.piji.PijiRuntimeException
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

InternalRuntimeException

public InternalRuntimeException(java.lang.String message)

InternalRuntimeException

public InternalRuntimeException(java.lang.String message,
                                java.lang.Throwable t)

InternalRuntimeException

public InternalRuntimeException(java.lang.Throwable t)


All code and documentation is

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