Package com.adobe.xfa
Class ScriptHandler.ScriptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.adobe.xfa.ut.ExceptionBase
-
- com.adobe.xfa.ut.ExFull
-
- com.adobe.xfa.ScriptHandler.ScriptException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ScriptHandler
public static class ScriptHandler.ScriptException extends ExFull
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptException(MsgFormat oFormat, int nLineNumber, int nErrorCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
int
getLineNumber()
-
Methods inherited from class com.adobe.xfa.ut.ExFull
count, firstResId, getResId, hasResId, insert, item, resolve, toString
-
Methods inherited from class com.adobe.xfa.ut.ExceptionBase
wasReported, wasReported
-
-
-
-
Constructor Detail
-
ScriptException
public ScriptException(MsgFormat oFormat, int nLineNumber, int nErrorCode)
-
-