org.foray.fotree
Class PropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.foray.fotree.PropertyException
All Implemented Interfaces:
Serializable

public class PropertyException
extends Exception

Exception class for handling errors during property parsing.

See Also:
Serialized Form

Constructor Summary
PropertyException(String detail)
          Constructor.
 
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

PropertyException

public PropertyException(String detail)
Constructor.

Parameters:
detail - The detail exception message.


Copyright © 2017. All rights reserved.