org.objectweb.jorm.type.api

Class PExceptionTyping


public class PExceptionTyping
extends PException

This exception is raised when a problem occurs that relates to JORM typing.

Author:
P. D?chamboux

Constructor Summary

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.

Method Summary

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

getNestedException, print

Constructor Details

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.

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