Package microsoft.jscript
Class JSError
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.jscript.JSError
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class JSError extends NetObject
The base .NET class managing Microsoft.JScript.JSError, Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.JSError
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Type-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.JScript- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.JScript.JSError- See Also:
- Constant Field Values
-
NoError
public static JSError NoError
-
InvalidCall
public static JSError InvalidCall
-
OutOfMemory
public static JSError OutOfMemory
-
TypeMismatch
public static JSError TypeMismatch
-
OutOfStack
public static JSError OutOfStack
-
InternalError
public static JSError InternalError
-
FileNotFound
public static JSError FileNotFound
-
NeedObject
public static JSError NeedObject
-
CantCreateObject
public static JSError CantCreateObject
-
OLENoPropOrMethod
public static JSError OLENoPropOrMethod
-
ActionNotSupported
public static JSError ActionNotSupported
-
NotCollection
public static JSError NotCollection
-
SyntaxError
public static JSError SyntaxError
-
NoColon
public static JSError NoColon
-
NoSemicolon
public static JSError NoSemicolon
-
NoLeftParen
public static JSError NoLeftParen
-
NoRightParen
public static JSError NoRightParen
-
NoRightBracket
public static JSError NoRightBracket
-
NoLeftCurly
public static JSError NoLeftCurly
-
NoRightCurly
public static JSError NoRightCurly
-
NoIdentifier
public static JSError NoIdentifier
-
NoEqual
public static JSError NoEqual
-
IllegalChar
public static JSError IllegalChar
-
UnterminatedString
public static JSError UnterminatedString
-
NoCommentEnd
public static JSError NoCommentEnd
-
BadReturn
public static JSError BadReturn
-
BadBreak
public static JSError BadBreak
-
BadContinue
public static JSError BadContinue
-
BadHexDigit
public static JSError BadHexDigit
-
NoWhile
public static JSError NoWhile
-
BadLabel
public static JSError BadLabel
-
NoLabel
public static JSError NoLabel
-
DupDefault
public static JSError DupDefault
-
NoMemberIdentifier
public static JSError NoMemberIdentifier
-
NoCcEnd
public static JSError NoCcEnd
-
CcOff
public static JSError CcOff
-
NotConst
public static JSError NotConst
-
NoAt
public static JSError NoAt
-
NoCatch
public static JSError NoCatch
-
InvalidElse
public static JSError InvalidElse
-
NoComma
public static JSError NoComma
-
DupVisibility
public static JSError DupVisibility
-
IllegalVisibility
public static JSError IllegalVisibility
-
BadSwitch
public static JSError BadSwitch
-
CcInvalidEnd
public static JSError CcInvalidEnd
-
CcInvalidElse
public static JSError CcInvalidElse
-
CcInvalidElif
public static JSError CcInvalidElif
-
ErrEOF
public static JSError ErrEOF
-
IncompatibleVisibility
public static JSError IncompatibleVisibility
-
ClassNotAllowed
public static JSError ClassNotAllowed
-
NeedCompileTimeConstant
public static JSError NeedCompileTimeConstant
-
DuplicateName
public static JSError DuplicateName
-
NeedType
public static JSError NeedType
-
NotInsideClass
public static JSError NotInsideClass
-
InvalidPositionDirective
public static JSError InvalidPositionDirective
-
MustBeEOL
public static JSError MustBeEOL
-
WrongDirective
public static JSError WrongDirective
-
CannotNestPositionDirective
public static JSError CannotNestPositionDirective
-
CircularDefinition
public static JSError CircularDefinition
-
Deprecated
public static JSError Deprecated
-
IllegalUseOfThis
public static JSError IllegalUseOfThis
-
NotAccessible
public static JSError NotAccessible
-
CannotUseNameOfClass
public static JSError CannotUseNameOfClass
-
MustImplementMethod
public static JSError MustImplementMethod
-
NeedInterface
public static JSError NeedInterface
-
UnreachableCatch
public static JSError UnreachableCatch
-
TypeCannotBeExtended
public static JSError TypeCannotBeExtended
-
UndeclaredVariable
public static JSError UndeclaredVariable
-
VariableLeftUninitialized
public static JSError VariableLeftUninitialized
-
KeywordUsedAsIdentifier
public static JSError KeywordUsedAsIdentifier
-
NotAllowedInSuperConstructorCall
public static JSError NotAllowedInSuperConstructorCall
-
NotMeantToBeCalledDirectly
public static JSError NotMeantToBeCalledDirectly
-
GetAndSetAreInconsistent
public static JSError GetAndSetAreInconsistent
-
InvalidCustomAttribute
public static JSError InvalidCustomAttribute
-
InvalidCustomAttributeArgument
public static JSError InvalidCustomAttributeArgument
-
InvalidCustomAttributeClassOrCtor
public static JSError InvalidCustomAttributeClassOrCtor
-
TooManyParameters
public static JSError TooManyParameters
-
AmbiguousBindingBecauseOfWith
public static JSError AmbiguousBindingBecauseOfWith
-
AmbiguousBindingBecauseOfEval
public static JSError AmbiguousBindingBecauseOfEval
-
NoSuchMember
public static JSError NoSuchMember
-
ItemNotAllowedOnExpandoClass
public static JSError ItemNotAllowedOnExpandoClass
-
MethodNotAllowedOnExpandoClass
public static JSError MethodNotAllowedOnExpandoClass
-
MethodClashOnExpandoSuperClass
public static JSError MethodClashOnExpandoSuperClass
-
BaseClassIsExpandoAlready
public static JSError BaseClassIsExpandoAlready
-
AbstractCannotBePrivate
public static JSError AbstractCannotBePrivate
-
NotIndexable
public static JSError NotIndexable
-
StaticMissingInStaticInit
public static JSError StaticMissingInStaticInit
-
MissingConstructForAttributes
public static JSError MissingConstructForAttributes
-
OnlyClassesAllowed
public static JSError OnlyClassesAllowed
-
ExpandoClassShouldNotImpleEnumerable
public static JSError ExpandoClassShouldNotImpleEnumerable
-
NonCLSCompliantMember
public static JSError NonCLSCompliantMember
-
NotDeletable
public static JSError NotDeletable
-
PackageExpected
public static JSError PackageExpected
-
UselessExpression
public static JSError UselessExpression
-
HidesParentMember
public static JSError HidesParentMember
-
CannotChangeVisibility
public static JSError CannotChangeVisibility
-
HidesAbstractInBase
public static JSError HidesAbstractInBase
-
NewNotSpecifiedInMethodDeclaration
public static JSError NewNotSpecifiedInMethodDeclaration
-
MethodInBaseIsNotVirtual
public static JSError MethodInBaseIsNotVirtual
-
NoMethodInBaseToNew
public static JSError NoMethodInBaseToNew
-
DifferentReturnTypeFromBase
public static JSError DifferentReturnTypeFromBase
-
ClashWithProperty
public static JSError ClashWithProperty
-
OverrideAndHideUsedTogether
public static JSError OverrideAndHideUsedTogether
-
InvalidLanguageOption
public static JSError InvalidLanguageOption
-
NoMethodInBaseToOverride
public static JSError NoMethodInBaseToOverride
-
NotValidForConstructor
public static JSError NotValidForConstructor
-
CannotReturnValueFromVoidFunction
public static JSError CannotReturnValueFromVoidFunction
-
AmbiguousMatch
public static JSError AmbiguousMatch
-
AmbiguousConstructorCall
public static JSError AmbiguousConstructorCall
-
SuperClassConstructorNotAccessible
public static JSError SuperClassConstructorNotAccessible
-
OctalLiteralsAreDeprecated
public static JSError OctalLiteralsAreDeprecated
-
VariableMightBeUnitialized
public static JSError VariableMightBeUnitialized
-
NotOKToCallSuper
public static JSError NotOKToCallSuper
-
IllegalUseOfSuper
public static JSError IllegalUseOfSuper
-
BadWayToLeaveFinally
public static JSError BadWayToLeaveFinally
-
NoCommaOrTypeDefinitionError
public static JSError NoCommaOrTypeDefinitionError
-
AbstractWithBody
public static JSError AbstractWithBody
-
NoRightParenOrComma
public static JSError NoRightParenOrComma
-
NoRightBracketOrComma
public static JSError NoRightBracketOrComma
-
ExpressionExpected
public static JSError ExpressionExpected
-
UnexpectedSemicolon
public static JSError UnexpectedSemicolon
-
TooManyTokensSkipped
public static JSError TooManyTokensSkipped
-
BadVariableDeclaration
public static JSError BadVariableDeclaration
-
BadFunctionDeclaration
public static JSError BadFunctionDeclaration
-
BadPropertyDeclaration
public static JSError BadPropertyDeclaration
-
DoesNotHaveAnAddress
public static JSError DoesNotHaveAnAddress
-
TooFewParameters
public static JSError TooFewParameters
-
UselessAssignment
public static JSError UselessAssignment
-
SuspectAssignment
public static JSError SuspectAssignment
-
SuspectSemicolon
public static JSError SuspectSemicolon
-
ImpossibleConversion
public static JSError ImpossibleConversion
-
FinalPrecludesAbstract
public static JSError FinalPrecludesAbstract
-
NeedInstance
public static JSError NeedInstance
-
CannotBeAbstract
public static JSError CannotBeAbstract
-
InvalidBaseTypeForEnum
public static JSError InvalidBaseTypeForEnum
-
CannotInstantiateAbstractClass
public static JSError CannotInstantiateAbstractClass
-
ArrayMayBeCopied
public static JSError ArrayMayBeCopied
-
AbstractCannotBeStatic
public static JSError AbstractCannotBeStatic
-
StaticIsAlreadyFinal
public static JSError StaticIsAlreadyFinal
-
StaticMethodsCannotOverride
public static JSError StaticMethodsCannotOverride
-
StaticMethodsCannotHide
public static JSError StaticMethodsCannotHide
-
ExpandoPrecludesOverride
public static JSError ExpandoPrecludesOverride
-
IllegalParamArrayAttribute
public static JSError IllegalParamArrayAttribute
-
ExpandoPrecludesAbstract
public static JSError ExpandoPrecludesAbstract
-
ShouldBeAbstract
public static JSError ShouldBeAbstract
-
BadModifierInInterface
public static JSError BadModifierInInterface
-
VarIllegalInInterface
public static JSError VarIllegalInInterface
-
InterfaceIllegalInInterface
public static JSError InterfaceIllegalInInterface
-
NoVarInEnum
public static JSError NoVarInEnum
-
InvalidImport
public static JSError InvalidImport
-
EnumNotAllowed
public static JSError EnumNotAllowed
-
InvalidCustomAttributeTarget
public static JSError InvalidCustomAttributeTarget
-
PackageInWrongContext
public static JSError PackageInWrongContext
-
ConstructorMayNotHaveReturnType
public static JSError ConstructorMayNotHaveReturnType
-
OnlyClassesAndPackagesAllowed
public static JSError OnlyClassesAndPackagesAllowed
-
InvalidDebugDirective
public static JSError InvalidDebugDirective
-
CustomAttributeUsedMoreThanOnce
public static JSError CustomAttributeUsedMoreThanOnce
-
NestedInstanceTypeCannotBeExtendedByStatic
public static JSError NestedInstanceTypeCannotBeExtendedByStatic
-
PropertyLevelAttributesMustBeOnGetter
public static JSError PropertyLevelAttributesMustBeOnGetter
-
BadThrow
public static JSError BadThrow
-
ParamListNotLast
public static JSError ParamListNotLast
-
NoSuchType
public static JSError NoSuchType
-
BadOctalLiteral
public static JSError BadOctalLiteral
-
InstanceNotAccessibleFromStatic
public static JSError InstanceNotAccessibleFromStatic
-
StaticRequiresTypeName
public static JSError StaticRequiresTypeName
-
NonStaticWithTypeName
public static JSError NonStaticWithTypeName
-
NoSuchStaticMember
public static JSError NoSuchStaticMember
-
SuspectLoopCondition
public static JSError SuspectLoopCondition
-
ExpectedAssembly
public static JSError ExpectedAssembly
-
AssemblyAttributesMustBeGlobal
public static JSError AssemblyAttributesMustBeGlobal
-
ExpandoPrecludesStatic
public static JSError ExpandoPrecludesStatic
-
DuplicateMethod
public static JSError DuplicateMethod
-
NotAnExpandoFunction
public static JSError NotAnExpandoFunction
-
NotValidVersionString
public static JSError NotValidVersionString
-
ExecutablesCannotBeLocalized
public static JSError ExecutablesCannotBeLocalized
-
StringConcatIsSlow
public static JSError StringConcatIsSlow
-
CcInvalidInDebugger
public static JSError CcInvalidInDebugger
-
ExpandoMustBePublic
public static JSError ExpandoMustBePublic
-
DelegatesShouldNotBeExplicitlyConstructed
public static JSError DelegatesShouldNotBeExplicitlyConstructed
-
ImplicitlyReferencedAssemblyNotFound
public static JSError ImplicitlyReferencedAssemblyNotFound
-
PossibleBadConversion
public static JSError PossibleBadConversion
-
PossibleBadConversionFromString
public static JSError PossibleBadConversionFromString
-
InvalidResource
public static JSError InvalidResource
-
WrongUseOfAddressOf
public static JSError WrongUseOfAddressOf
-
NonCLSCompliantType
public static JSError NonCLSCompliantType
-
MemberTypeCLSCompliantMismatch
public static JSError MemberTypeCLSCompliantMismatch
-
TypeAssemblyCLSCompliantMismatch
public static JSError TypeAssemblyCLSCompliantMismatch
-
IncompatibleAssemblyReference
public static JSError IncompatibleAssemblyReference
-
InvalidAssemblyKeyFile
public static JSError InvalidAssemblyKeyFile
-
TypeNameTooLong
public static JSError TypeNameTooLong
-
MemberInitializerCannotContainFuncExpr
public static JSError MemberInitializerCannotContainFuncExpr
-
CantAssignThis
public static JSError CantAssignThis
-
NumberExpected
public static JSError NumberExpected
-
FunctionExpected
public static JSError FunctionExpected
-
CannotAssignToFunctionResult
public static JSError CannotAssignToFunctionResult
-
StringExpected
public static JSError StringExpected
-
DateExpected
public static JSError DateExpected
-
ObjectExpected
public static JSError ObjectExpected
-
IllegalAssignment
public static JSError IllegalAssignment
-
UndefinedIdentifier
public static JSError UndefinedIdentifier
-
BooleanExpected
public static JSError BooleanExpected
-
VBArrayExpected
public static JSError VBArrayExpected
-
EnumeratorExpected
public static JSError EnumeratorExpected
-
RegExpExpected
public static JSError RegExpExpected
-
RegExpSyntax
public static JSError RegExpSyntax
-
UncaughtException
public static JSError UncaughtException
-
InvalidPrototype
public static JSError InvalidPrototype
-
URIEncodeError
public static JSError URIEncodeError
-
URIDecodeError
public static JSError URIDecodeError
-
FractionOutOfRange
public static JSError FractionOutOfRange
-
PrecisionOutOfRange
public static JSError PrecisionOutOfRange
-
ArrayLengthConstructIncorrect
public static JSError ArrayLengthConstructIncorrect
-
ArrayLengthAssignIncorrect
public static JSError ArrayLengthAssignIncorrect
-
NeedArrayObject
public static JSError NeedArrayObject
-
NoConstructor
public static JSError NoConstructor
-
IllegalEval
public static JSError IllegalEval
-
NotYetImplemented
public static JSError NotYetImplemented
-
MustProvideNameForNamedParameter
public static JSError MustProvideNameForNamedParameter
-
DuplicateNamedParameter
public static JSError DuplicateNamedParameter
-
MissingNameParameter
public static JSError MissingNameParameter
-
MoreNamedParametersThanArguments
public static JSError MoreNamedParametersThanArguments
-
NonSupportedInDebugger
public static JSError NonSupportedInDebugger
-
AssignmentToReadOnly
public static JSError AssignmentToReadOnly
-
WriteOnlyProperty
public static JSError WriteOnlyProperty
-
IncorrectNumberOfIndices
public static JSError IncorrectNumberOfIndices
-
RefParamsNonSupportedInDebugger
public static JSError RefParamsNonSupportedInDebugger
-
CannotCallSecurityMethodLateBound
public static JSError CannotCallSecurityMethodLateBound
-
CannotUseStaticSecurityAttribute
public static JSError CannotUseStaticSecurityAttribute
-
NonClsException
public static JSError NonClsException
-
FuncEvalAborted
public static JSError FuncEvalAborted
-
FuncEvalTimedout
public static JSError FuncEvalTimedout
-
FuncEvalThreadSuspended
public static JSError FuncEvalThreadSuspended
-
FuncEvalThreadSleepWaitJoin
public static JSError FuncEvalThreadSleepWaitJoin
-
FuncEvalBadThreadState
public static JSError FuncEvalBadThreadState
-
FuncEvalBadThreadNotStarted
public static JSError FuncEvalBadThreadNotStarted
-
NoFuncEvalAllowed
public static JSError NoFuncEvalAllowed
-
FuncEvalBadLocation
public static JSError FuncEvalBadLocation
-
FuncEvalWebMethod
public static JSError FuncEvalWebMethod
-
StaticVarNotAvailable
public static JSError StaticVarNotAvailable
-
TypeObjectNotAvailable
public static JSError TypeObjectNotAvailable
-
ExceptionFromHResult
public static JSError ExceptionFromHResult
-
SideEffectsDisallowed
public static JSError SideEffectsDisallowed
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
-