org.ow2.jasmine.probe
Class PropertyMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jasmine.probe.JasmineProbeException
              extended by org.ow2.jasmine.probe.PropertyMissingException
All Implemented Interfaces:
Serializable

public class PropertyMissingException
extends JasmineProbeException

Exception thrown when trying to use a type not supported.

See Also:
Serialized Form

Constructor Summary
PropertyMissingException(String message)
          Create a JasmineProbeException
 
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

PropertyMissingException

public PropertyMissingException(String message)
Create a JasmineProbeException

Parameters:
message - message about the exception


Copyright © 2013 OW2 Consortium. All Rights Reserved.