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.StringassemblyFullNamestatic java.lang.StringassemblyShortNamestatic java.lang.StringclassNamestatic JCTypeclassType
-
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 NetExceptioncast(IJCOBridgeReflected from)booleanEquals(IJCOBridgeReflected other)static booleanEquals(IJCOBridgeReflected first, IJCOBridgeReflected other)intGetHashCode()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetMessage()java.lang.StackTraceElement[]getStackTrace()NetTypeGetType()inthashCode()voidsetJCOInstance(JCObject instance)java.lang.StringtoString()java.lang.StringToString()
-
-
-
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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Returns:
- A
JCTyperepresenting 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:
getMessagein classjava.lang.Throwable
-
getStackTrace
public final java.lang.StackTraceElement[] getStackTrace()
- Overrides:
getStackTracein classjava.lang.Throwable
-
Equals
public boolean Equals(IJCOBridgeReflected other)
-
Equals
public static boolean Equals(IJCOBridgeReflected first, IJCOBridgeReflected other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
GetHashCode
public int GetHashCode()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Throwable
-
ToString
public java.lang.String ToString()
-
GetType
public NetType GetType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-