Class InvalidPropertiesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.InvalidPropertiesException
All Implemented Interfaces:
Serializable

public class InvalidPropertiesException extends Exception
should be thrown when invalid properties are encountered
Author:
geidell
See Also:
  • Constructor Details

    • InvalidPropertiesException

      public InvalidPropertiesException()
    • InvalidPropertiesException

      public InvalidPropertiesException(String message, Throwable cause)
    • InvalidPropertiesException

      public InvalidPropertiesException(String message)
    • InvalidPropertiesException

      public InvalidPropertiesException(Throwable cause)