de.unkrig.commons.text.scanner
Class ScanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.unkrig.commons.text.scanner.ScanException
All Implemented Interfaces:
java.io.Serializable

public class ScanException
extends java.lang.Exception

Indicates a problem that occurred when a token was scanned from a document.

See Also:
Serialized Form

Constructor Summary
ScanException(java.lang.String message)
           
ScanException(java.lang.Throwable cause)
           
 
Method Summary
 
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

ScanException

public ScanException(java.lang.String message)

ScanException

public ScanException(java.lang.Throwable cause)