Class MiniLangException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Break.BreakElementException, Continue.ContinueElementException, MiniLangRuntimeException, ValidationException

public class MiniLangException extends GeneralException
Thrown to indicate a Mini-language error.
See Also:
  • Constructor Details

    • MiniLangException

      public MiniLangException()
    • MiniLangException

      public MiniLangException(String str)
    • MiniLangException

      public MiniLangException(String str, Throwable nested)
    • MiniLangException

      public MiniLangException(Throwable nested)