public class JCNativeException extends JCException
JCNativeException class represents a reflected CLR Exception.
Extends JCException.
Some examples on its use are on https://github.com/masesgroup/JCOReflector
| Modifier and Type | Method and Description |
|---|---|
JCObject |
getCLRException() |
String |
getCLRType()
Return the CLR type of the excpetion.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString