edu.umd.cfar.lamp.apploader.propertysheets
Class InapplicablePropertyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byedu.umd.cfar.lamp.apploader.propertysheets.PropertyException
                      extended byedu.umd.cfar.lamp.apploader.propertysheets.InapplicablePropertyException
All Implemented Interfaces:
java.io.Serializable

public class InapplicablePropertyException
extends PropertyException

Thrown when a PropertyInterfacer is used on an instance for which it is ill-prepared or that does not support the property.

See Also:
Serialized Form

Constructor Summary
InapplicablePropertyException()
          Constructs an InapplicablePropertyException with no detail message.
InapplicablePropertyException(java.lang.String s)
          Constructs an InapplicablePropertyException with the given error string
 
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

InapplicablePropertyException

public InapplicablePropertyException()
Constructs an InapplicablePropertyException with no detail message.


InapplicablePropertyException

public InapplicablePropertyException(java.lang.String s)
Constructs an InapplicablePropertyException with the given error string

Parameters:
s - The error string