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
StringgetMessage()

Constructor Detail

ParseException

public ParseException()

ParseException

public ParseException(String reason)

ParseException

public ParseException(String reason, PositionInfo pos)

Method Detail

getMessage

public String getMessage()