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

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.ScannerNoUnicodeNameException
All Implemented Interfaces:
java.io.Serializable

public class ScannerNoUnicodeNameException
extends ScannerException

ScannerException, if a wrong Unicode name is given.

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
ScannerNoUnicodeNameException()
          Create a new Object
ScannerNoUnicodeNameException(java.lang.String wrongUnicodeName)
          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

ScannerNoUnicodeNameException

public ScannerNoUnicodeNameException()
Create a new Object


ScannerNoUnicodeNameException

public ScannerNoUnicodeNameException(java.lang.String wrongUnicodeName)
Create a new Object.

Parameters:
wrongUnicodeName - The wrong name.