FreeHEP API
Version v1.2.2

org.freehep.jaco.rtti.cpp
Class UnsupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.freehep.jaco.rtti.cpp.ParseException
                    |
                    +--org.freehep.jaco.rtti.cpp.UnsupportedException
All Implemented Interfaces:
Serializable

public class UnsupportedException
extends ParseException

Version:
$Id: UnsupportedException.java,v 1.3 2001/02/28 20:36:06 tonyj Exp $
Author:
Mark Donszelmann
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.freehep.jaco.rtti.cpp.ParseException
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage
 
Constructor Summary
UnsupportedException(String message, int line)
           
 
Methods inherited from class org.freehep.jaco.rtti.cpp.ParseException
add_escapes, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

UnsupportedException

public UnsupportedException(String message,
                            int line)

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.