|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException org.freehep.util.io.UndefinedTagException
public class UndefinedTagException
Exception for the TaggedOutputStream. Signals that the user tries to write a tag which is not defined at this version or below.
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 |
---|
public UndefinedTagException()
public UndefinedTagException(String msg)
msg
- messagepublic UndefinedTagException(int code)
code
- undefined tagID
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |