Class DataDescriptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.unibamberg.minf.gtf.exceptions.DataDescriptionException
All Implemented Interfaces:
Serializable

public class DataDescriptionException extends Exception
See Also:
  • Constructor Details

    • DataDescriptionException

      public DataDescriptionException(String message)
    • DataDescriptionException

      public DataDescriptionException(String message, String grammarName)
    • DataDescriptionException

      public DataDescriptionException(String message, Throwable cause)
    • DataDescriptionException

      public DataDescriptionException(String message, String grammarName, Throwable cause)
  • Method Details

    • getGrammarName

      public String getGrammarName()