public class AssertionError extends Object implements ValidationError
Constructor and Description |
---|
AssertionError(String message) |
AssertionError(org.apache.xmlbeans.XmlError xmlError) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getLineNumber() |
String |
getMessage() |
org.apache.xmlbeans.XmlError |
getXmlError() |
int |
hashCode() |
String |
toString() |
public AssertionError(String message)
public AssertionError(org.apache.xmlbeans.XmlError xmlError)
public String getMessage()
public int getLineNumber()
getLineNumber
in interface ValidationError
public org.apache.xmlbeans.XmlError getXmlError()
Copyright © 2019. All Rights Reserved.