FreeHEP API
Version v1.2

org.freehep.util.io
Class UndefinedTagException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.freehep.util.io.UndefinedTagException
All Implemented Interfaces:
Serializable

public class UndefinedTagException
extends IOException

Exception for the TaggedOutputStream. Signals that the user tries to write a tag which is not defined at this version or below.

Version:
$Id: UndefinedTagException.java,v 1.1 2001/11/05 16:09:02 duns Exp $
Author:
Mark Donszelmann, Charles Loomis
See Also:
Serialized Form

Constructor Summary
UndefinedTagException()
           
UndefinedTagException(int code)
           
UndefinedTagException(String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

UndefinedTagException

public UndefinedTagException()

UndefinedTagException

public UndefinedTagException(String msg)

UndefinedTagException

public UndefinedTagException(int code)

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.