exceptions
Class LeaException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--exceptions.LeaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DesignException, ExternalException, InternalException, UserException

public class LeaException
extends java.lang.Exception

The exception class from which all other are derived

See Also:
Serialized Form

Field Summary
 fundamentals.leaIdentifier leaid
           
 fundamentals.leaIdentifier missingid
           
 
Constructor Summary
LeaException(java.lang.String message)
          The constructor.
 
Method Summary
 void document()
           
 void setLeaid(fundamentals.leaIdentifier leaid)
           
 void setLine(int line)
           
 void setMove(java.lang.String move)
           
 void setProgram(java.lang.String programname)
           
 
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
 

Field Detail

leaid

public fundamentals.leaIdentifier leaid

missingid

public fundamentals.leaIdentifier missingid
Constructor Detail

LeaException

public LeaException(java.lang.String message)
The constructor. Note that messages are mandatory throughout.

Parameters:
message - the detail message
Method Detail

document

public void document()

setMove

public void setMove(java.lang.String move)

setLine

public void setLine(int line)

setProgram

public void setProgram(java.lang.String programname)

setLeaid

public void setLeaid(fundamentals.leaIdentifier leaid)