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

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InapplicablePropertyException, PropertyAccessException

public class PropertyException
extends java.lang.IllegalArgumentException

Thrown when a property has problems.

See Also:
Serialized Form

Constructor Summary
PropertyException()
          Constructs an PropertyException with no detail message.
PropertyException(java.lang.String s)
          Constructs an PropertyException 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

PropertyException

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


PropertyException

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

Parameters:
s - The error string