org.mozdev.MacroTracker.toolkit.exceptions
Class NoSuchPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.NullPointerException
                  extended by org.mozdev.MacroTracker.toolkit.exceptions.NoSuchPropertyException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchPropertyException
extends java.lang.NullPointerException

See Also:
Serialized Form

Constructor Summary
NoSuchPropertyException()
           
NoSuchPropertyException(java.lang.String message)
           
 
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

NoSuchPropertyException

public NoSuchPropertyException()

NoSuchPropertyException

public NoSuchPropertyException(java.lang.String message)