Class IllegalValuesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--IllegalValuesException
All Implemented Interfaces:
java.io.Serializable

class IllegalValuesException
extends java.lang.Exception

Used when trying to set irregular values for the attributs.

See Also:
Serialized Form

Field Summary
(package private)  java.lang.String message
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
(package private) IllegalValuesException(java.lang.String message)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

message

java.lang.String message
Constructor Detail

IllegalValuesException

IllegalValuesException(java.lang.String message)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable