javatools.parsers
Class Language.LanguageNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javatools.parsers.Language.LanguageNotSupportedException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Language

public static class Language.LanguageNotSupportedException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
Language.LanguageNotSupportedException()
           
Language.LanguageNotSupportedException(java.lang.String message)
           
Language.LanguageNotSupportedException(java.lang.String message, java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Language.LanguageNotSupportedException

public Language.LanguageNotSupportedException()

Language.LanguageNotSupportedException

public Language.LanguageNotSupportedException(java.lang.String message)

Language.LanguageNotSupportedException

public Language.LanguageNotSupportedException(java.lang.String message,
                                              java.lang.Throwable cause)