Web Site

org.codehaus.janino
Class Scanner.ScanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.janino.util.CausedException
              extended by org.codehaus.janino.util.LocatedException
                  extended by org.codehaus.janino.Scanner.ScanException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Scanner

public class Scanner.ScanException
extends LocatedException

An exception that reflects an error during parsing.

See Also:
Serialized Form

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

Scanner.ScanException

public Scanner.ScanException(java.lang.String message,
                             java.lang.Throwable cause)

Web Site