org.jacorb.idl
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jacorb.idl.ParseException
- All Implemented Interfaces:
- Serializable
public class ParseException
- extends RuntimeException
- Version:
- $Id: ParseException.java,v 1.14 2011-05-10 15:40:36 nick.cross Exp $
Thrown by the IDL compiler when it encounters fatal errors
- Author:
- Gerald Brose
- See Also:
- Serialized Form
ParseException
public ParseException()
ParseException
public ParseException(String reason)
ParseException
public ParseException(String reason,
PositionInfo pos)
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
Copyright © 2012 JacORB. All Rights Reserved.