public final class OCamlSysErrorException extends OCamlException
OCamlSysErrorException
class is the Java counterpart of
the Sys_error
OCaml exception.SLOT
Constructor and Description |
---|
OCamlSysErrorException(org.ocamljava.runtime.kernel.FailException fe)
Constructs a new instance based on the passed exception.
|
OCamlSysErrorException(java.lang.String s)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParameter()
Returns exception parameter.
|
getFailException, getOCamlName, getOCamlStringRepresentation, register, toString, wrap
public OCamlSysErrorException(java.lang.String s)
s
- exception parameter - should not be null
public OCamlSysErrorException(org.ocamljava.runtime.kernel.FailException fe)
fe
- original OCaml exception - should not be null
public java.lang.String getParameter()