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. |
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 |
leaid
public fundamentals.leaIdentifier leaid
missingid
public fundamentals.leaIdentifier missingid
LeaException
public LeaException(java.lang.String message)
- The constructor. Note that
messages are mandatory throughout.
- Parameters:
message
- the detail message
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)