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
| Fields inherited from class java.lang.RuntimeException |
|
| 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 |
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