org.jacorb.idl

Class ParseException


public class ParseException
extends RuntimeException

Version:
$Id: ParseException.java,v 1.13 2004/05/06 12:39:58 nicolas Exp $ Thrown by the IDL compiler when it encounters fatal errors

Author:
Gerald Brose

Constructor Summary

ParseException()
ParseException(String reason)
ParseException(String reason, PositionInfo pos)

Method Summary

String
getMessage()

Constructor Details

ParseException

public ParseException()


ParseException

public ParseException(String reason)


ParseException

public ParseException(String reason,
                      PositionInfo pos)

Method Details

getMessage

public String getMessage()