FreeHEP API
Version v1.2.2

org.freehep.jaco.rtti
Class ParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.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

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()
Overrides:
printStackTrace in class Throwable

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.