Package 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
-
- All Implemented Interfaces:
java.io.Serializable
class JrpcgenParserException extends java.lang.RuntimeException
TheJrpcgenParserException
class represents a parser exception indicating to abort parsing the x-file.- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/08/13 12:03:46 $ $State: Exp $ $Locker: $
- Author:
- Harald Albrecht
-
-
Constructor Summary
Constructors Constructor Description JrpcgenParserException()
Constructs aJrpcgenParserException
with no detail message.
-