org.acplt.oncrpc.apps.jrpcgen
Class JrpcgenParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.acplt.oncrpc.apps.jrpcgen.JrpcgenParserException

class JrpcgenParserException
extends java.lang.RuntimeException

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

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
JrpcgenParserException()
          Constructs a JrpcgenParserException with no detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

JrpcgenParserException

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