plugins.adufour.vars.util
Class VarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by plugins.adufour.vars.util.VarException
All Implemented Interfaces:
java.io.Serializable

public class VarException
extends java.lang.IllegalArgumentException

Utility class used to notify users that a variable value is invalid

Author:
Alexandre Dufour
See Also:
Serialized Form

Constructor Summary
VarException(java.lang.String message)
          Creates a new exception with the specified 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VarException

public VarException(java.lang.String message)
Creates a new exception with the specified message

Parameters:
message - the error message behind this exception