public class XCASParsingException extends SAXParseException
| Modifier and Type | Field and Description | 
|---|---|
| static int | ARRAY_ELE_ATTRSError parsing XCAS from source {0} at line {1}, column {2}: array element <i> may not
 have attributes. | 
| static int | ARRAY_ELE_EXPECTEDError parsing XCAS from source {0} at line {1}, column {2}: expected array element <i>
 but found: <{3}>. | 
| static int | BYTE_ARRAY_LENGTH_NOT_EVENError parsing XMI-CAS from source {0} at line {1}, column {2}: A byte array value must have an
 even number of hex characters. | 
| static int | EXCESS_ARRAY_ELEError parsing XCAS from source {0} at line {1}, column {2}: number of array elements exceeds
 specified array size. | 
| static int | FLOAT_EXPECTEDError parsing XCAS from source {0} at line {1}, column {2}: expected numeric value, but found:
 {3}. | 
| static int | ILLEGAL_ARRAY_ATTRError parsing XCAS from source {0} at line {1}, column {2}: unknown attribute for array type:
 {3}. | 
| static int | ILLEGAL_ARRAY_SIZEError parsing XCAS from source {0} at line {1}, column {2}: size of array must be >= 0, but
 is: {3}. | 
| static int | ILLEGAL_IDError parsing XCAS from source {0} at line {1}, column {2}: value of _id attribute must be
 integer, but is: {3}. | 
| static int | INTEGER_EXPECTEDError parsing XCAS from source {0} at line {1}, column {2}: expected integer value, but found:
 {3}. | 
| static int | SOFA_REF_MISSINGError parsing XCAS or XMI-CAS from source {0} at line {1}, column {2}: in subtype of
 AnnotationBase, sofa reference is missing. | 
| static int | TEXT_EXPECTEDError parsing XCAS from source {0} at line {1}, column {2}: expected text but found element:
 <{3}>. | 
| static int | UNKNOWN_FEATUREError parsing XCAS from source {0} at line {1}, column {2}: unknown feature: {3}. | 
| static int | UNKNOWN_IDError parsing XMI-CAS from source {0} at line {1}, column {2}: xmi id {3} is referenced but not
 defined. | 
| static int | UNKNOWN_TYPEError parsing XCAS from source {0} at line {1}, column {2}: unknown type: {3}. | 
| static int | WRONG_ROOT_TAGError parsing XCAS from source {0} at line {1}, column {2}: expected <CAS> root tag but
 found: <{3}>. | 
| Constructor and Description | 
|---|
| XCASParsingException(int error)Create a new  XCASParsingException | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | addArgument(String s)Add an argument to a  XCASParsingExceptionobject. | 
| int | getError() | 
| String | getMessage() | 
| String | toString() | 
getColumnNumber, getLineNumber, getPublicId, getSystemIdgetCause, getExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final int WRONG_ROOT_TAG
public static final int TEXT_EXPECTED
public static final int ARRAY_ELE_EXPECTED
public static final int ARRAY_ELE_ATTRS
public static final int UNKNOWN_TYPE
public static final int ILLEGAL_ID
public static final int ILLEGAL_ARRAY_SIZE
public static final int ILLEGAL_ARRAY_ATTR
public static final int UNKNOWN_FEATURE
public static final int INTEGER_EXPECTED
public static final int FLOAT_EXPECTED
public static final int EXCESS_ARRAY_ELE
public static final int UNKNOWN_ID
public static final int SOFA_REF_MISSING
public static final int BYTE_ARRAY_LENGTH_NOT_EVEN
public XCASParsingException(int error)
XCASParsingExceptionerror - The error code.public int getError()
public String getMessage()
getMessage in class SAXExceptionpublic String toString()
toString in class SAXParseException"XCASParsingException: ".public boolean addArgument(String s)
XCASParsingException object. Excess arguments will be
 ignored, and missing arguments will have the value null. Add arguments in the
 order in which they are specified in the message catalog (i.e. add %1 first, %2 next, and so
 on). Adding a null String has no effect! So if you don't know the value of an
 argument, use something like "" or "UNKNOWN", but not
 null.s - the argument to addCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.