Class Formular.FormularException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.marcpg.libpg.formular.Formular.FormularException
All Implemented Interfaces:
Serializable
Enclosing class:
Formular

public static final class Formular.FormularException extends RuntimeException
Represents an exception thrown if there was an issue with the formular.
See Also:
  • Constructor Details

    • FormularException

      public FormularException(String message, @NotNull @NotNull Formular formular)
      Creates a new Formular.FormularException with a description and the Formular type which caused it.
      Parameters:
      message - A short description of what went wrong.
      formular - The formular which caused this exception.