GATE
Version 3.1-2270

hepple.postag
Class InvalidRuleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hepple.postag.InvalidRuleException
All Implemented Interfaces:
Serializable

public class InvalidRuleException
extends Exception

Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield

Version:
1.0
Author:
Mark Hepple
See Also:
Serialized Form

Constructor Summary
InvalidRuleException()
           
InvalidRuleException(String description)
           
 
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

InvalidRuleException

public InvalidRuleException()

InvalidRuleException

public InvalidRuleException(String description)

GATE
Version 3.1-2270