The class representing all exceptions that are thrown when there is a problem in the JvmLoader configuration.
More...
|
static jvalue | ToJavaException (System.Exception e) |
| Returns a jvalue containing a Java exception instance, suitable for throwing into the JVM. If the passed in exception is a proxy exception, we simply set it into the result. If the passed in exception is a .NET exception, we take as much information as possible from it and create a Java RuntimeException that we set into the result. More...
|
|
override bool | IsFrameworkException [get] |
| A readonly property that is true if the exception is due to an error in the JuggerNET framework, possibly due to a minsconfiguration or erroneous use of the JuggerNET API. More...
|
|
override bool | IsProxyException [get] |
| A readonly property that is true if the exception is due to an exception that occurred while executing Java code. More...
|
|
override bool | IsProxyError [get] |
| A readonly property that is true if the exception is due to an error that occurred while executing Java code. More...
|
|
abstract bool | IsFrameworkException [get] |
| A readonly property that is true if the exception is due to an error in the JuggerNET framework, possibly due to a minsconfiguration or erroneous use of the JuggerNET API. More...
|
|
abstract bool | IsProxyException [get] |
| A readonly property that is true if the exception is due to an exception that occurred while executing Java code. More...
|
|
abstract bool | IsProxyError [get] |
| A readonly property that is true if the exception is due to an error that occurred while executing Java code. More...
|
|
The class representing all exceptions that are thrown when there is a problem in the JvmLoader configuration.
◆ JvmLoaderConfigurationException() [1/4]
Codemesh.JuggerNET.JvmLoaderConfigurationException.JvmLoaderConfigurationException |
( |
| ) |
|
|
inline |
Creates a new exception instance.
◆ JvmLoaderConfigurationException() [2/4]
Codemesh.JuggerNET.JvmLoaderConfigurationException.JvmLoaderConfigurationException |
( |
string |
msg | ) |
|
|
inline |
Creates an exception instance with a given message.
- Parameters
-
msg | The exception message. |
◆ JvmLoaderConfigurationException() [3/4]
Codemesh.JuggerNET.JvmLoaderConfigurationException.JvmLoaderConfigurationException |
( |
string |
msg, |
|
|
Exception |
exc |
|
) |
| |
|
inline |
Creates an exception instance with a message and a root cause.
- Parameters
-
msg | The exception message. |
exc | The root cause. |
◆ JvmLoaderConfigurationException() [4/4]
Codemesh.JuggerNET.JvmLoaderConfigurationException.JvmLoaderConfigurationException |
( |
SerializationInfo |
info, |
|
|
StreamingContext |
ctx |
|
) |
| |
|
inlineprotected |
Creates an exception instance from seialized data.
- Parameters
-
info | The serialized exception data. |
ctx | The serialziation context. |
The documentation for this class was generated from the following file:
- JvmLoaderConfigurationException.cs