databionics.modules
Class LessThanMinException

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

public class LessThanMinException
extends java.lang.Exception

Thrown when the value of an IntParameter or FloatParameter is less than the allowed minimum.

See Also:
Serialized Form

Field Summary
protected static org.apache.log4j.Logger log
          log4j logging
 
Constructor Summary
LessThanMinException()
          Default constructor
 
Method Summary
 java.lang.String getMessage()
          Warning message
 
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

LessThanMinException

public LessThanMinException()
Default constructor

Method Detail

getMessage

public java.lang.String getMessage()
Warning message

Overrides:
getMessage in class java.lang.Throwable


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