Class ValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ValidationException
    extends MiniLangException
    Thrown to indicate that a Mini-language element is invalid.
    See Also:
    Serialized Form
    • Constructor Detail

      • ValidationException

        public ValidationException​(java.lang.String str,
                                   SimpleMethod method,
                                   org.w3c.dom.Element element)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Description copied from class: GeneralException
        Returns the detail message, including the message from the nested exception if there is one.
        Overrides:
        getMessage in class GeneralException