com.brusoftware.plot4j
Class WrongValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.brusoftware.plot4j.WrongValueException
All Implemented Interfaces:
java.io.Serializable

public class WrongValueException
extends java.lang.Exception

This class represents an Exception thrown because of a wrong value assignment.

Version:
0.1
Author:
Alessandro Brunelli
See Also:
Serialized Form

Constructor Summary
WrongValueException(java.lang.String msg)
          Creates a new WrongValueException
 
Method Summary
 java.lang.String getMessage()
          Returns the Exception 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WrongValueException

public WrongValueException(java.lang.String msg)
Creates a new WrongValueException

Parameters:
msg - the Exception message
Method Detail

getMessage

public java.lang.String getMessage()
Returns the Exception message.

Overrides:
getMessage in class java.lang.Throwable