Overview  Package   Class  Tree  Index 

be.lassi.cues
Class ErrorCueDetail

java.lang.Object
  extended by be.lassi.cues.CueDetail
      extended by be.lassi.cues.ErrorCueDetail

public class ErrorCueDetail
extends CueDetail


Constructor Summary
ErrorCueDetail(int offset, java.lang.String message)
           
 
Method Summary
 CueDetail copy()
          Returns a deep copy of these cue details.
 boolean equals(java.lang.Object object)
          
 java.lang.String getMessage()
           
 int getOffset()
           
 java.lang.String getType()
          Gets a textual description of the cue type.
 java.lang.String toString()
          
 
Methods inherited from class be.lassi.cues.CueDetail
append, getCueSteps
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorCueDetail

public ErrorCueDetail(int offset,
                      java.lang.String message)
Method Detail

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

Overview  Package   Class  Tree  Index 
Lighting Assistant 1.2