orc.orchard
Class TokenErrorEvent

java.lang.Object
  extended by orc.orchard.JobEvent
      extended by orc.orchard.TokenErrorEvent
All Implemented Interfaces:
java.io.Serializable

public class TokenErrorEvent
extends JobEvent

See Also:
Serialized Form

Field Summary
 SourceLocation location
           
 java.lang.String message
           
 
Fields inherited from class orc.orchard.JobEvent
sequence, timestamp
 
Constructor Summary
TokenErrorEvent()
           
TokenErrorEvent(TokenException problem)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

public java.lang.String message

location

public SourceLocation location
Constructor Detail

TokenErrorEvent

public TokenErrorEvent()

TokenErrorEvent

public TokenErrorEvent(TokenException problem)