public class AtomParseException extends Exception
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
AtomParseException(ParseCtx pctx,
String msg)
Create parse exception given source code location and message.
|
AtomParseException(ParseCtx pctx,
String msg,
Throwable t)
Create parse exception given source code location, message and throwable.
|
AtomParseException(String msg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
Copyright © 2022. All rights reserved.