|
|||||||||
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.StartCodeEmulationException
public class StartCodeEmulationException
Signals that start code emulation has been attempted. Start code emulation occurs when a field or a set of subsequent fields are set to have values which might cause the sequence to be interpreted as a start code. Therefore, certain values and combinations of multiple values are forbidden. This exception is raised when such constraints are violated.
StartCode
,
Serialized FormConstructor Summary | |
---|---|
StartCodeEmulationException()
Constructs a StartCodeEmulationException with null as its detail error message. |
|
StartCodeEmulationException(java.lang.String message)
Constructs a StartCodeEmulationException 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 StartCodeEmulationException()
RuntimeException.RuntimeException()
public StartCodeEmulationException(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 |