Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class chomps.InvalidRuleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--chomps.InvalidRuleException

public class InvalidRuleException
extends java.lang.Exception
Thrown to show an invalid rule has been passed.

See Also:
Chompy, Serialized Form

Constructor Summary
InvalidRuleException()
          Constructs an InvalidRuleException with no detail message.
InvalidRuleException(java.lang.String s)
          Constructs an InvalidRuleException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

InvalidRuleException

public InvalidRuleException()
Constructs an InvalidRuleException with no detail message.

InvalidRuleException

public InvalidRuleException(java.lang.String s)
Constructs an InvalidRuleException with the specified detail message.
Parameters:
s - The detail message.

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD