org.objectweb.jorm.api
Class PException
Exception
org.objectweb.jorm.api.PException
public class PException
extends Exception
The PException class defines the top level of the jorm exceptions.
- P. Dechamboux
Exception | getNestedException() - It return the DS-specific nested exception associated with this I/O
JORM exception.
|
void | print() - prints the error message to the console.
|
PException
public PException()
It builds an new Jorm Exception.
PException
public PException(Exception nestedException)
PException
public PException(Exception e,
String error)
PException
public PException(String error)
It builds an new Jorm Exception with an error message.
error
- The string representation of the error message.
getNestedException
public Exception getNestedException()
It return the DS-specific nested exception associated with this I/O
JORM exception.
- The involved nested exception.
print
public void print()
prints the error message to the console.
TBD: to a specific channel with MonoLog...