FreeHEP API
Version current

org.freehep.util.io
Class UndefinedTagException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.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
Source Code:
UndefinedTagException.java

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.