ar.com.ktulu.dict
Class ScannerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ar.com.ktulu.dict.ScannerException
All Implemented Interfaces:
java.io.Serializable

class ScannerException
extends java.lang.Exception

Identifies a parser error. It's used by Scanner2.

Author:
Luis Parravicini
See Also:
Scanner2

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ScannerException(java.lang.String s)
           
 
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

ScannerException

public ScannerException(java.lang.String s)