Class PhrasebookException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.episteme.core.mathematics.loaders.openmath.phrasebook.PhrasebookException
All Implemented Interfaces:
Serializable

public class PhrasebookException extends Exception
An exception generated by the phrasebook.

Version:
$Version$
Author:
Manfred Riem
See Also:
  • Constructor Details

    • PhrasebookException

      public PhrasebookException()
      Constructor.

    • PhrasebookException

      public PhrasebookException(String fMessage)
      Constructor.

      Parameters:
      fMessage - the message associated with the exception.