uk.co.jcp.util.properties
Class MalformedPropertyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.co.jcp.util.properties.PropertyException
                    |
                    +--uk.co.jcp.util.properties.MalformedPropertyException
All Implemented Interfaces:
java.io.Serializable

public class MalformedPropertyException
extends PropertyException

Exception thrown on failing to parse a property as the required type

See Also:
Serialized Form

Constructor Summary
MalformedPropertyException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedPropertyException

public MalformedPropertyException(java.lang.String message)