org.camunda.bpm.engine.impl.juel
Class Scanner.ScanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.camunda.bpm.engine.impl.juel.Scanner.ScanException
All Implemented Interfaces:
Serializable
Enclosing class:
Scanner

public static class Scanner.ScanException
extends Exception

Scan exception type

See Also:
Serialized Form

Constructor Summary
Scanner.ScanException(int position, String encountered, String expected)
           
 
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

Scanner.ScanException

public Scanner.ScanException(int position,
                             String encountered,
                             String expected)


Copyright © 2018 camunda services GmbH. All rights reserved.