|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fi.helsinki.cs.ohtu.mpeg2.util.TooWideValueException
public class TooWideValueException
Signals that it has been attempted to set an integer field to a too wide value. The MPEG bitstream syntax includes numerous fields the size of which doesn't map too well to any particular Java integer type. Therefore, the next bigger Java type has to be used to exhange the values of these fields with the library users. This exception is raised when a value wider than specified for a given field of this kind is given to be set as the field's value.
Constructor Summary | |
---|---|
TooWideValueException()
Constructs a TooWideValueException with null as its detail error message. |
|
TooWideValueException(java.lang.String message)
Constructs a TooWideValueException with the given message as its detail error message. |
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 TooWideValueException()
RuntimeException.RuntimeException()
public TooWideValueException(java.lang.String message)
message
- The detail error message.RuntimeException.RuntimeException(String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |