public class XBParseException extends XBProcessingException
| Constructor and Description |
|---|
XBParseException() |
XBParseException(java.lang.String message) |
XBParseException(java.lang.String message,
long position) |
XBParseException(java.lang.String message,
long[] treePath) |
XBParseException(java.lang.String message,
long[] treePath,
long position) |
XBParseException(java.lang.String message,
XBProcessingExceptionType errorType) |
XBParseException(java.lang.String message,
XBProcessingExceptionType errorType,
long position) |
XBParseException(java.lang.String message,
XBProcessingExceptionType errorType,
long[] treePath) |
XBParseException(java.lang.String message,
XBProcessingExceptionType errorType,
long[] treePath,
long position) |
| Modifier and Type | Method and Description |
|---|---|
long |
getPosition() |
equals, getErrorType, getTreePath, hashCodepublic XBParseException()
public XBParseException(java.lang.String message)
public XBParseException(java.lang.String message,
XBProcessingExceptionType errorType)
public XBParseException(java.lang.String message,
long[] treePath)
public XBParseException(java.lang.String message,
XBProcessingExceptionType errorType,
long[] treePath)
public XBParseException(java.lang.String message,
long position)
public XBParseException(java.lang.String message,
XBProcessingExceptionType errorType,
long position)
public XBParseException(java.lang.String message,
long[] treePath,
long position)
public XBParseException(java.lang.String message,
XBProcessingExceptionType errorType,
long[] treePath,
long position)