org.objectweb.jorm.type.api
Class PExceptionTyping
public class PExceptionTyping
This exception is raised when a problem occurs that relates to JORM typing.
- P. D?chamboux
PExceptionTyping(Exception e, String error) - It builds a PExceptionTyping with a nested Exception
|
PExceptionTyping(String error) - It builds a new Jorm Exception related to typing.
|
PExceptionTyping
public PExceptionTyping(Exception e,
String error)
It builds a PExceptionTyping with a nested Exception
PExceptionTyping
public PExceptionTyping(String error)
It builds a new Jorm Exception related to typing.
error
- The string representation of the error message.