org.objectweb.jorm.api
Class PExceptionIO
public class PExceptionIO
This exception is raised in case of problem during any kind of I/O action.
- P. Dechamboux
PExceptionIO(Exception e)- It builds a new Jorm Exception related to an I/O problem characterized
by the given exception.
|
PExceptionIO(Exception e, String msg)
|
PExceptionIO(String error)- It builds a new Jorm Exception related to I/O problems.
|
PExceptionIO
public PExceptionIO(Exception e)
It builds a new Jorm Exception related to an I/O problem characterized
by the given exception.
e - The string representation of the error message.
PExceptionIO
public PExceptionIO(Exception e,
String msg)
PExceptionIO
public PExceptionIO(String error)
It builds a new Jorm Exception related to I/O problems.
error - The string representation of the error message.