org.ontobox.box.exception
Class RangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ontobox.box.exception.RangeException
All Implemented Interfaces:
java.io.Serializable

public class RangeException
extends java.lang.RuntimeException

Range exception.

Author:
Anton Malykh
See Also:
Serialized Form

Constructor Summary
RangeException(RangeException e, java.lang.String when)
           
RangeException(java.lang.String object, java.lang.String propFN, java.lang.String range, java.lang.String value)
           
 
Method Summary
 
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

RangeException

public RangeException(java.lang.String object,
                      java.lang.String propFN,
                      java.lang.String range,
                      java.lang.String value)

RangeException

public RangeException(RangeException e,
                      java.lang.String when)