net.sf.jagzilla.exceptions
Class BadParameterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.jagzilla.exceptions.JagzillaException
              extended bynet.sf.jagzilla.exceptions.BadParameterException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadPriorityException, BadResolutionException, BadSeverityException, BadStatusException

public class BadParameterException
extends JagzillaException

base class for all exceptions related to a bad parameter, which is not looked up dynamicallym but can be found in system constants. Throwing these type of execptions does not involve database access, NoSuchExceptions do, since they refere to dynamic data.

Author:
mgriffa
See Also:
Serialized Form

Constructor Summary
BadParameterException()
           
BadParameterException(java.lang.String 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

BadParameterException

public BadParameterException()

BadParameterException

public BadParameterException(java.lang.String message)
Parameters:
message -


Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.