net.janino
Class Scanner.ScanException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.janino.Scanner.ScanException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Scanner

public static class Scanner.ScanException
extends java.lang.Exception

An exception that reflects an error during parsing.

See Also:
Serialized Form

Constructor Summary
Scanner.ScanException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Scanner.ScanException

public Scanner.ScanException(java.lang.String s)