Class BeanShellDocException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.software_atelier.simpleflex.docs.impl.BeanShellDocException
All Implemented Interfaces:
Serializable

public class BeanShellDocException extends Exception
See Also:
  • Field Details

    • EXCEPTION_FILE_IO

      public static int EXCEPTION_FILE_IO
    • EXCEPTION_INVALIDE_PART

      public static int EXCEPTION_INVALIDE_PART
  • Method Details

    • getPartPos

      public int getPartPos()
      Returns the PartPosition that has thrown this Exception. Example: if it returns 3 there is somthing wrong in the third BeanShell part.
      Returns: