errors
Class BadLanguageDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by errors.BadLanguageDefinitionException
All Implemented Interfaces:
Serializable

public class BadLanguageDefinitionException
extends RuntimeException

Exception thrown in the event of a runtime error in a language definition. Should never be thrown in the normal course of events (note that erroneous input is perfectly normal).

See Also:
Serialized Form

Constructor Summary
BadLanguageDefinitionException(String lang)
           
 
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

BadLanguageDefinitionException

public BadLanguageDefinitionException(String lang)
Parameters:
lang - The name of the language whose LangDef caused the error.