org.objectweb.jorm.naming.api

Class PExceptionNaming

Known Direct Subclasses:
PExceptionExistingName, PExceptionNameCoding

public class PExceptionNaming
extends PException

This exception is raised when a problem occured during name management.

Author:
P. Dechamboux

Constructor Summary

PExceptionNaming(Exception nestedException)
PExceptionNaming(Exception e, String error)
It builds a new Jorm Exception related to naming problems.
PExceptionNaming(String error)
It builds a new Jorm Exception related to naming problems.

Method Summary

Methods inherited from class org.objectweb.jorm.api.PException

getNestedException, print

Constructor Details

PExceptionNaming

public PExceptionNaming(Exception nestedException)


PExceptionNaming

public PExceptionNaming(Exception e,
                        String error)
It builds a new Jorm Exception related to naming problems.

Parameters:
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.

Parameters:
error - The string representation of the error message.