org.xshare.base
Class OverRunException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.ArithmeticException
                          |
                          +--org.xshare.base.OverRunException
All Implemented Interfaces:
java.io.Serializable

public class OverRunException
extends java.lang.ArithmeticException

Exception which is thrown if an arithmetic value becomes larger than the maximal or smaller then the minimal possible value.

Since:
0.20
Version:
$Revision: 1.2 $
Author:
Oliver Fischer
See Also:
Serialized Form

Constructor Summary
OverRunException()
          Constructs a new instance of this excetion with no detailed error message.
OverRunException(java.lang.String s)
          Constructs a new instance of this exception with a custom error message.
 
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

OverRunException

public OverRunException(java.lang.String s)
Constructs a new instance of this exception with a custom error message.


OverRunException

public OverRunException()
Constructs a new instance of this excetion with no detailed error message.



jKiska Base 0.2.1 Release Esche [http://jkiska.sourceforge.net]