public class JScriptException extends ApplicationException
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.JScriptException
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.JScript
|
static java.lang.String |
className
Qualified class name: Microsoft.JScript.JScriptException
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
JScriptException() |
JScriptException(JSError errorNumber) |
JScriptException(NetException cause) |
JScriptException(java.lang.Object instance)
Internal constructor.
|
JScriptException(java.lang.String message) |
JScriptException(java.lang.String message,
NetException cause) |
| Modifier and Type | Method and Description |
|---|---|
static JScriptException |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into JScriptException, a cast assert is made to check if types are compatible. |
int |
getColumn() |
java.lang.String |
getDescription() |
int |
getEndColumn() |
int |
getEndLine() |
int |
getErrorNumber() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getLine() |
java.lang.String |
getLineText() |
int |
getNumber() |
void |
GetObjectData(SerializationInfo info,
StreamingContext context) |
int |
getSeverity() |
IJSVsaItem |
getSourceItem() |
java.lang.String |
getSourceMoniker() |
int |
getStartColumn() |
void |
setJCOInstance(JCObject instance) |
Equals, Equals, GetHashCode, getMessage, getStackTrace, GetType, hashCode, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public JScriptException()
public JScriptException(JSError errorNumber) throws java.lang.Throwable
java.lang.Throwablepublic JScriptException(NetException cause)
public JScriptException(java.lang.Object instance)
public JScriptException(java.lang.String message)
public JScriptException(java.lang.String message,
NetException cause)
public static JScriptException cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into JScriptException, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedJScriptException instancejava.lang.Throwable - in case of error during cast operationpublic int getColumn()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDescription()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException
public int getEndColumn()
throws java.lang.Throwable
java.lang.Throwablepublic int getEndLine()
throws java.lang.Throwable
java.lang.Throwablepublic int getErrorNumber()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ApplicationExceptionString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ApplicationExceptionString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ApplicationExceptionObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ApplicationExceptionString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ApplicationExceptionJCType representing the CLR Type of the instantiated Classpublic int getLine()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getLineText()
throws java.lang.Throwable
java.lang.Throwablepublic int getNumber()
throws java.lang.Throwable
java.lang.Throwablepublic void GetObjectData(SerializationInfo info, StreamingContext context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, SecurityException, TypeLoadException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, NotImplementedException, SerializationException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionSecurityExceptionTypeLoadExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionNotImplementedExceptionSerializationExceptionOverflowExceptionpublic int getSeverity()
throws java.lang.Throwable
java.lang.Throwablepublic IJSVsaItem getSourceItem() throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, NoContextException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNoContextExceptionpublic java.lang.String getSourceMoniker()
throws java.lang.Throwable
java.lang.Throwablepublic int getStartColumn()
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class ApplicationException