Web Site

org.codehaus.janino
Class Scanner.ScanException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.janino.Scanner.LocatedException
              extended byorg.codehaus.janino.Scanner.ScanException
All Implemented Interfaces:
Serializable
Enclosing class:
Scanner

public class Scanner.ScanException
extends Scanner.LocatedException

An exception that reflects an error during parsing.

See Also:
Serialized Form

Constructor Summary
Scanner.ScanException(String message)
           
 
Methods inherited from class org.codehaus.janino.Scanner.LocatedException
getLocation, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

Scanner.ScanException

public Scanner.ScanException(String message)

Web Site