Parameters
Class Parameter.FormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Parameters.Parameter.FormatException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Parameter

public static class Parameter.FormatException
extends java.lang.Exception

Exception thrown when the format of a parameter string is incorrect

See Also:
Serialized Form

Constructor Summary
Parameter.FormatException(java.lang.String msg)
          Default constuctor
 
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

Parameter.FormatException

public Parameter.FormatException(java.lang.String msg)
Default constuctor

Parameters:
msg - Message explaining the format error