|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.daml.validator.indications.Indication | +--org.daml.validator.indications.URIIndication | +--org.daml.validator.indications.InvalidNamespaceIndication
Used when the parser is unable to find a namespace URI.
Field Summary | |
static int |
defaultLevel
|
Fields inherited from class org.daml.validator.indications.URIIndication |
stack, uri |
Fields inherited from class org.daml.validator.indications.Indication |
ERROR, INFORMATION, totalIndications, WARNING |
Constructor Summary | |
InvalidNamespaceIndication(java.lang.String uri,
java.util.Stack stack,
java.lang.Exception exception)
Constructor for an InvalidNamespaceIndication. |
Method Summary | |
java.lang.String |
getMessage()
Generate a message describing the indication. |
Methods inherited from class org.daml.validator.indications.URIIndication |
getLocation, getLocationXML, getLocationXMLStack |
Methods inherited from class org.daml.validator.indications.Indication |
getLocation, getLocation, getLocation, getLocationXML, getLocationXML, getLocationXML, getLocationXML, getStatementXML, indicationCount, resetIdCounter, setLevel, toComparableString, toString, toXML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static int defaultLevel
Constructor Detail |
public InvalidNamespaceIndication(java.lang.String uri, java.util.Stack stack, java.lang.Exception exception)
uri
- The namespace URI that caused the exception.stack
- The namespace reference stack or null.exception
- The exception that prompted this indication.Method Detail |
public java.lang.String getMessage()
Indication
getMessage
in class URIIndication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |