org.objectweb.jorm.compiler.api

Class PExceptionCompiler


public class PExceptionCompiler
extends PException

This exception is thrown when an error occured inside the compiler.

Author:
Sebastien Chassande-Barrioz

Constructor Summary

PExceptionCompiler(Exception e, String error)
PExceptionCompiler(String error)

Method Summary

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

getNestedException, print

Constructor Details

PExceptionCompiler

public PExceptionCompiler(Exception e,
                          String error)


PExceptionCompiler

public PExceptionCompiler(String error)