org.acplt.oncrpc.apps.jrpcgen
Class JrpcgenParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.acplt.oncrpc.apps.jrpcgen.JrpcgenParserException
All Implemented Interfaces:
java.io.Serializable

 class JrpcgenParserException
extends java.lang.RuntimeException

The JrpcgenParserException class represents a parser exception indicating to abort parsing the x-file.


Constructor Summary
JrpcgenParserException()
          Constructs a JrpcgenParserException with no detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

JrpcgenParserException

public JrpcgenParserException()
Constructs a JrpcgenParserException with no detail message.