org.extex.scanner.stream.exception
Class ScannerNoHexDigitFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.extex.core.exception.GeneralException
              extended by org.extex.scanner.api.exception.ScannerException
                  extended by org.extex.scanner.stream.exception.ScannerNoHexDigitFoundException
All Implemented Interfaces:
java.io.Serializable

public class ScannerNoHexDigitFoundException
extends ScannerException

ScannerException, if no hex digit are not found after '^^^^'.

Version:
$Revision$
Author:
Michael Niedermair
See Also:
Serialized Form

Constructor Summary
ScannerNoHexDigitFoundException()
          Create a new Object
 
Method Summary
 
Methods inherited from class org.extex.core.exception.GeneralException
getHelp, getLocalizer, isProcessed, setProcessed
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ScannerNoHexDigitFoundException

public ScannerNoHexDigitFoundException()
Create a new Object