|
||||||||||
| 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.extex.core.exception.GeneralException
org.extex.scanner.api.exception.ScannerException
org.extex.scanner.api.exception.InvalidCharacterScannerException
public class InvalidCharacterScannerException
This exception signals that an invalid character has been encountered.
| Constructor Summary | |
|---|---|
InvalidCharacterScannerException(UnicodeChar c)
Creates a new object. |
|
| Method Summary | |
|---|---|
UnicodeChar |
getC()
Getter for the invalid character. |
java.lang.String |
getLocalizedMessage()
Creates a localized description of this throwable. |
| Methods inherited from class org.extex.core.exception.GeneralException |
|---|
getHelp, getLocalizer, isProcessed, setProcessed |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidCharacterScannerException(UnicodeChar c)
c - the character| Method Detail |
|---|
public UnicodeChar getC()
public java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.ThrowableThrowable.getLocalizedMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||