XProperties 1.0.3

at.spardat.properties
Class PropertySyntaxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byat.spardat.properties.PropertyException
              extended byat.spardat.properties.PropertySyntaxException
All Implemented Interfaces:
java.io.Serializable

public class PropertySyntaxException
extends PropertyException

this exception is thrown if the input file has a syntax error

See Also:
Serialized Form

Constructor Summary
PropertySyntaxException(java.lang.String message)
           
 
Methods inherited from class at.spardat.properties.PropertyException
getMessage, getTargetException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, 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

PropertySyntaxException

public PropertySyntaxException(java.lang.String message)

XProperties 1.0.3