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:
- java.io.Serializable
public class UndefinedTagException extends java.io.IOExceptionException for the TaggedOutputStream. Signals that the user tries to write a tag which is not defined at this version or below.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description UndefinedTagException()Create an Undefined Tag Exception.UndefinedTagException(int code)Create an Undefined Tag Exception.UndefinedTagException(java.lang.String msg)Create an Undefined Tag Exception.
-
-
-
Constructor Detail
-
UndefinedTagException
public UndefinedTagException()
Create an Undefined Tag Exception.
-
UndefinedTagException
public UndefinedTagException(java.lang.String msg)
Create an Undefined Tag Exception.- Parameters:
msg- message
-
UndefinedTagException
public UndefinedTagException(int code)
Create an Undefined Tag Exception.- Parameters:
code- undefined tagID
-
-
DMelt 3.0 © DataMelt by jWork.ORG