Class PhrasebookException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.episteme.core.mathematics.loaders.openmath.phrasebook.PhrasebookException
- All Implemented Interfaces:
Serializable
An exception generated by the phrasebook.
- Version:
- $Version$
- Author:
- Manfred Riem
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PhrasebookException
public PhrasebookException()Constructor. -
PhrasebookException
Constructor.- Parameters:
fMessage- the message associated with the exception.
-