com.svincent.moksa
Class PrologException.UnhandledPrologException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.svincent.util.NestableException
|
+--com.svincent.moksa.PrologException
|
+--com.svincent.moksa.PrologException.UnhandledPrologException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- PrologException
- public static class PrologException.UnhandledPrologException
- extends PrologException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
PrologException.UnhandledPrologException
public PrologException.UnhandledPrologException(PrologTerm _exception)
getMessage
public java.lang.String getMessage()
- Overrides:
- getMessage in class java.lang.Throwable
getPrologException
public PrologTerm getPrologException()
printStackTrace
public void printStackTrace(java.io.PrintWriter out)
- Description copied from class: NestableException
- Print the stack trace of this exception to the given writer.
- Overrides:
- printStackTrace in class NestableException
printJavaException
public void printJavaException(java.io.PrintWriter out)
This is documentation for Moksa Prolog, which can be found at http://www.svincent.com/moksa/
Copyright © 1999 Shawn P. Vincent.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.