Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.logging.log4j.core.parser.ParseException
All Implemented Interfaces:
Serializable

public class ParseException extends Exception
Thrown when the input cannot be parsed.
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String message)
    • ParseException

      public ParseException(String message, Throwable cause)
    • ParseException

      public ParseException(Throwable cause)