de.dante.extex.scanner.stream.exception
Class ScannerNoHexDigitFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.dante.util.exception.GeneralException
              extended byde.dante.extex.scanner.exception.ScannerException
                  extended byde.dante.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: 1.1 $
Author:
Michael Niedermair
See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.dante.extex.scanner.exception.ScannerException
serialVersionUID
 
Constructor Summary
ScannerNoHexDigitFoundException()
          Create a new Object
 
Methods inherited from class de.dante.util.exception.GeneralException
getExitCode, getHelp, getLocalizer
 
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