databionics.modules
Class GreaterThanMaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by databionics.modules.GreaterThanMaxException
All Implemented Interfaces:
java.io.Serializable

public class GreaterThanMaxException
extends java.lang.Exception

Thrown when the value of an IntParameter or FloatParameter is greater than the allowed maximum.

See Also:
Serialized Form

Field Summary
protected static org.apache.log4j.Logger log
          log4j logging
 
Constructor Summary
GreaterThanMaxException()
          Default constructor
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

protected static org.apache.log4j.Logger log
log4j logging

Constructor Detail

GreaterThanMaxException

public GreaterThanMaxException()
Default constructor

Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.