lt.monarch.chart.exception
Class InvalidParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lt.monarch.chart.exception.InvalidParameterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidParameterException
extends java.lang.Exception

Exception for notifying about invalid settings parameters passed to charts objects.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
InvalidParameterException()
           
InvalidParameterException(java.lang.String message)
           
 
Method Summary
Modifier and Type Method and Description
 
Methods inherited from class java.lang.Throwable
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressedExceptions, 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

InvalidParameterException

public InvalidParameterException()

InvalidParameterException

public InvalidParameterException(java.lang.String message)