org.objectweb.jorm.naming.api
Class PExceptionNaming
public class PExceptionNaming
This exception is raised when a problem occured during name management.
- P. Dechamboux
PExceptionNaming
public PExceptionNaming(Exception nestedException)
PExceptionNaming
public PExceptionNaming(Exception e,
String error) It builds a new Jorm Exception related to naming problems.
e - The nested exception.error - The string representation of the error message.
PExceptionNaming
public PExceptionNaming(String error)
It builds a new Jorm Exception related to naming problems.
error - The string representation of the error message.