Class NetException
- java.lang.Object
-
- java.lang.Throwable
-
- org.mases.jcobridge.netreflection.NetException
-
- All Implemented Interfaces:
java.io.Serializable
,IJCOBridgeReflected
- Direct Known Subclasses:
ActiveDirectoryObjectExistsException
,ActiveDirectoryObjectNotFoundException
,ActiveDirectoryOperationException
,ActiveDirectoryServerDownException
,AggregateException
,AmbiguousImplementationException
,ApplicationException
,AsnContentException
,BarrierPostPhaseException
,CantStartSingleInstanceException
,ContractException
,EventLogException
,EventSourceException
,ExceptionCollection
,HttpRequestException
,ImageFormatLimitationException
,IncompleteInitialization
,InvalidDataContractException
,InvalidTimeZoneException
,IsolatedStorageException
,JSException
,JsonException
,LockRecursionException
,MalformedLineException
,NoClickablePointException
,NoStartupFormException
,PrintDialogException
,ProviderException
,ProxyAssemblyNotLoadedException
,RightsManagementException
,RuntimeBinderException
,RuntimeBinderInternalCompilerException
,RuntimeWrappedException
,SettingsPropertyIsReadOnlyException
,SettingsPropertyNotFoundException
,SettingsPropertyWrongTypeException
,SmtpException
,SystemException
,TaskSchedulerException
,TimeZoneNotFoundException
,UnreachableException
,ValidationException
,XamlException
,XpsException
,XpsWriterException
public class NetException extends java.lang.Throwable implements IJCOBridgeReflected
The base .NET class managing System.Exception, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089. ExtendsThrowable
. ImplementsIJCOBridgeReflected
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
static java.lang.String
assemblyShortName
static java.lang.String
className
static JCType
classType
-
Constructor Summary
Constructors Constructor Description NetException()
NetException(java.lang.Object instance)
NetException(java.lang.String message)
NetException(java.lang.String message, NetException cause)
NetException(NetException cause)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetException
cast(IJCOBridgeReflected from)
boolean
Equals(IJCOBridgeReflected other)
static boolean
Equals(IJCOBridgeReflected first, IJCOBridgeReflected other)
int
GetHashCode()
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 Typejava.lang.String
getMessage()
java.lang.StackTraceElement[]
getStackTrace()
NetType
GetType()
int
hashCode()
void
setJCOInstance(JCObject instance)
java.lang.String
toString()
java.lang.String
ToString()
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
- See Also:
- Constant Field Values
-
classType
public static JCType classType
-
-
Constructor Detail
-
NetException
public NetException()
-
NetException
public NetException(java.lang.Object instance)
-
NetException
public NetException(java.lang.String message)
-
NetException
public NetException(NetException cause)
-
NetException
public NetException(java.lang.String message, NetException cause)
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- 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
- 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
- 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
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static NetException cast(IJCOBridgeReflected from) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMessage
public final java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
getStackTrace
public final java.lang.StackTraceElement[] getStackTrace()
- Overrides:
getStackTrace
in classjava.lang.Throwable
-
Equals
public boolean Equals(IJCOBridgeReflected other)
-
Equals
public static boolean Equals(IJCOBridgeReflected first, IJCOBridgeReflected other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
GetHashCode
public int GetHashCode()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Throwable
-
ToString
public java.lang.String ToString()
-
GetType
public NetType GetType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-