org.jacorb.idl
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jacorb.idl.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends java.lang.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
See Also:
Serialized Form

Constructor Summary
ParseException()
           
ParseException(java.lang.String reason)
           
ParseException(java.lang.String reason, PositionInfo pos)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException()

ParseException

public ParseException(java.lang.String reason)

ParseException

public ParseException(java.lang.String reason,
                      PositionInfo pos)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable