jbil.common
Class BadInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jbil.common.BadInputException
All Implemented Interfaces:
java.io.Serializable

public class BadInputException
extends java.lang.RuntimeException

Run-time exception used by algorithms to signalise that the some of the inputs are missing or invalid.

Author:
Paulo G. S. da Fonseca
See Also:
Serialized Form

Constructor Summary
BadInputException(java.lang.String message)
          Creates an exception associated to an error message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadInputException

public BadInputException(java.lang.String message)
Creates an exception associated to an error message.