org.apache.geronimo.system.configuration.condition
Class ConditionParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.geronimo.system.configuration.condition.ConditionParserException
All Implemented Interfaces:
Serializable

public class ConditionParserException
extends RuntimeException

Thrown to indicate a problem related to condition parsing.

See Also:
Serialized Form

Constructor Summary
ConditionParserException()
           
ConditionParserException(String msg)
           
ConditionParserException(String msg, Throwable cause)
           
ConditionParserException(Throwable cause)
           
 
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

ConditionParserException

public ConditionParserException()

ConditionParserException

public ConditionParserException(String msg,
                                Throwable cause)

ConditionParserException

public ConditionParserException(String msg)

ConditionParserException

public ConditionParserException(Throwable cause)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.