org.opengts.db
Class RuleParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opengts.db.RuleParseException
All Implemented Interfaces:
java.io.Serializable

public class RuleParseException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
RuleParseException(java.lang.String msg)
          Constructor
RuleParseException(java.lang.String msg, java.lang.Throwable cause)
          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

RuleParseException

public RuleParseException(java.lang.String msg)
Constructor

Parameters:
msg - The message associated with this exception

RuleParseException

public RuleParseException(java.lang.String msg,
                          java.lang.Throwable cause)
Constructor

Parameters:
msg - The message associated with this exception
cause - The cause of this exception