|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openanzo.glitter.syntax.concrete.ParseException
org.openanzo.glitter.exception.UnknownPrefixException
public class UnknownPrefixException
Parse-time error indicating that a prefixed name had a prefix that was not bound to a URI.
| Field Summary |
|---|
| Fields inherited from class org.openanzo.glitter.syntax.concrete.ParseException |
|---|
currentToken, expectedTokenSequences, tokenImage |
| Constructor Summary | |
|---|---|
UnknownPrefixException(java.lang.String prefix)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
This method has the standard behavior when this object has been created using the standard constructors. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnknownPrefixException(java.lang.String prefix)
prefix - The unbound prefix| Method Detail |
|---|
public java.lang.String getMessage()
ParseException
getMessage in class ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||