Class BeanShellDocException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.software_atelier.simpleflex.docs.impl.BeanShellDocException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintReturns the PartPosition that has thrown this Exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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:
-