be.lassi.cues
Class ErrorCueDetail
java.lang.Object
be.lassi.cues.CueDetail
be.lassi.cues.ErrorCueDetail
public class ErrorCueDetail
- extends CueDetail
Constructor Summary |
ErrorCueDetail(int offset,
java.lang.String message)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ErrorCueDetail
public ErrorCueDetail(int offset,
java.lang.String message)
copy
public CueDetail copy()
- Returns a deep copy of these cue details.
- Specified by:
copy
in class CueDetail
- Returns:
- a deep copy
equals
public boolean equals(java.lang.Object object)
-
- Overrides:
equals
in class java.lang.Object
getMessage
public java.lang.String getMessage()
getOffset
public int getOffset()
getType
public java.lang.String getType()
- Gets a textual description of the cue type.
- Specified by:
getType
in class CueDetail
- Returns:
- the cue type
toString
public java.lang.String toString()
-
- Overrides:
toString
in class java.lang.Object