FormulaParseException
, MetadataParseException
, StyleParseException
, TagParseException
public class ParseException
extends java.lang.RuntimeException
ParseException
occurs when there is an error parsing anything
related to JETT processing.Constructor | Description |
---|---|
ParseException() |
Create a
ParseException . |
ParseException(java.lang.String message) |
Create a
ParseException with the given message. |
ParseException(java.lang.String message,
java.lang.Throwable cause) |
Create a
ParseException with the given message. |
ParseException(java.lang.Throwable cause) |
Create a
ParseException . |
public ParseException()
ParseException
.public ParseException(java.lang.String message)
ParseException
with the given message.message
- The message.public ParseException(java.lang.Throwable cause)
ParseException
.cause
- The cause.public ParseException(java.lang.String message, java.lang.Throwable cause)
ParseException
with the given message.message
- The message.cause
- The cause.Copyright © 2012–2018 Jett Team. All rights reserved.