com.pietschy.command.configuration
Class UnknownPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pietschy.command.configuration.ParseException
              extended by com.pietschy.command.configuration.UnknownPropertyException
All Implemented Interfaces:
java.io.Serializable

public class UnknownPropertyException
extends ParseException

Thrown for unknown properties.

See Also:
Serialized Form

Constructor Summary
UnknownPropertyException(java.lang.String line, java.lang.String key)
          Creates a new instance.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownPropertyException

public UnknownPropertyException(java.lang.String line,
                                java.lang.String key)
Creates a new instance.

Parameters:
line - the full text of the line in error.
key - the unknown property.


Copyright © 2006 - 2007 Andrew Pietsch