as.clynx.exceptions
Class InvalidPropertiesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by as.clynx.exceptions.InvalidPropertiesException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MissingPropertyException

public class InvalidPropertiesException
extends java.lang.Exception

The class InvalidPropertiesException.java extends Exception and is thrown when a property has a invalid vmalue.

Version:
cLynx v.1.2, JDK 6.0: 12.10.2007
Author:
Andreas Senfter - andreas@senfters.com
See Also:
Serialized Form

Constructor Summary
InvalidPropertiesException()
           
InvalidPropertiesException(java.lang.String 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPropertiesException

public InvalidPropertiesException()

InvalidPropertiesException

public InvalidPropertiesException(java.lang.String message)