FreeHEP API
Version current

org.freehep.jaco.rtti
Class ParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.freehep.jaco.rtti.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends Exception

Defines a Parser for the RTTI

Version:
$Id: ParseException.java,v 1.1 2000/06/06 15:45:02 duns Exp $
Author:
Mark Donszelmann
See Also:
Serialized Form
Source Code:
ParseException.java

Constructor Summary
ParseException()
           
ParseException(Exception exception)
           
ParseException(String msg)
           
 
Method Summary
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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(String msg)

ParseException

public ParseException(Exception exception)
Method Detail

printStackTrace

public void printStackTrace()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.