org.freehep.util.io
Class UndefinedTagException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann, Charles Loomis
See Also:
Serialized Form

Constructor Summary
UndefinedTagException()
          Create an Undefined Tag Exception.
UndefinedTagException(int code)
          Create an Undefined Tag Exception.
UndefinedTagException(String msg)
          Create an Undefined Tag Exception.
 
Method Summary
 
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()
Create an Undefined Tag Exception.


UndefinedTagException

public UndefinedTagException(String msg)
Create an Undefined Tag Exception.

Parameters:
msg - message

UndefinedTagException

public UndefinedTagException(int code)
Create an Undefined Tag Exception.

Parameters:
code - undefined tagID


Copyright © 2000-2007 FreeHEP. All Rights Reserved.