org.cogroo.tools.checker.rules.exception
Class RulesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cogroo.tools.checker.rules.exception.RulesException
All Implemented Interfaces:
Serializable

public class RulesException
extends RuntimeException

Exception related to the rules mechanism.

See Also:
Serialized Form

Constructor Summary
RulesException(String message)
           
RulesException(String message, Exception e)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RulesException

public RulesException(String message)

RulesException

public RulesException(String message,
                      Exception e)


Copyright © 2012-2013 CoGrOO. All Rights Reserved.