JuggerNET Runtime Library v3.6.54.0  3.6.54.0
Public Member Functions | Protected Member Functions | List of all members
Codemesh.JuggerNET.JvmLoaderConfigurationException Class Reference

The class representing all exceptions that are thrown when there is a problem in the JvmLoader configuration.
More...

Inheritance diagram for Codemesh.JuggerNET.JvmLoaderConfigurationException:
Inheritance graph
[legend]
Collaboration diagram for Codemesh.JuggerNET.JvmLoaderConfigurationException:
Collaboration graph
[legend]

Public Member Functions

 JvmLoaderConfigurationException ()
 Creates a new exception instance. More...
 
 JvmLoaderConfigurationException (string msg)
 Creates an exception instance with a given message. More...
 
 JvmLoaderConfigurationException (string msg, Exception exc)
 Creates an exception instance with a message and a root cause. More...
 
- Public Member Functions inherited from Codemesh.JuggerNET.JvmLoaderException
 JvmLoaderException ()
 Creates a new exception instance. More...
 
 JvmLoaderException (string msg)
 Creates an exception instance with a given message. More...
 
 JvmLoaderException (string msg, Exception exc)
 Creates an exception instance with a message and a root cause. More...
 
- Public Member Functions inherited from Codemesh.JuggerNET.JuggerNETFrameworkException
 JuggerNETFrameworkException ()
 Creates a framework exception instance. More...
 
 JuggerNETFrameworkException (string msg)
 Creates a framework exception instance with a given message. More...
 
 JuggerNETFrameworkException (string msg, Exception exc)
 Creates a framework exception instance with a message and a root cause. More...
 

Protected Member Functions

 JvmLoaderConfigurationException (SerializationInfo info, StreamingContext ctx)
 Creates an exception instance from seialized data. More...
 
- Protected Member Functions inherited from Codemesh.JuggerNET.JvmLoaderException
 JvmLoaderException (SerializationInfo info, StreamingContext ctx)
 Creates an exception instance from seialized data. More...
 
- Protected Member Functions inherited from Codemesh.JuggerNET.JuggerNETFrameworkException
 JuggerNETFrameworkException (SerializationInfo info, StreamingContext ctx)
 Creates a framework exception instance from seialized data. More...
 
- Protected Member Functions inherited from Codemesh.JuggerNET.JuggerNETException
 JuggerNETException ()
 The default constructor. More...
 
 JuggerNETException (string msg)
 Creates an exception with a given message. More...
 
 JuggerNETException (string msg, Exception exc)
 Creates an exception with a given message and root cause. More...
 
 JuggerNETException (SerializationInfo info, StreamingContext ctx)
 Creates an exception from serialized data. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Codemesh.JuggerNET.JuggerNETException
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...
 
- Properties inherited from Codemesh.JuggerNET.JuggerNETFrameworkException
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...
 
- Properties inherited from Codemesh.JuggerNET.JuggerNETException
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...
 

Detailed Description

The class representing all exceptions that are thrown when there is a problem in the JvmLoader configuration.

Constructor & Destructor Documentation

◆ 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
msgThe 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
msgThe exception message.
excThe root cause.

◆ JvmLoaderConfigurationException() [4/4]

Codemesh.JuggerNET.JvmLoaderConfigurationException.JvmLoaderConfigurationException ( SerializationInfo  info,
StreamingContext  ctx 
)
inlineprotected

Creates an exception instance from seialized data.

Parameters
infoThe serialized exception data.
ctxThe serialziation context.

The documentation for this class was generated from the following file:

Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.