com.svincent.moksa
Class PrologStringFormatException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.svincent.util.NestableException
|
+--com.svincent.moksa.PrologException
|
+--com.svincent.moksa.PrologStringFormatException
- All Implemented Interfaces:
- java.io.Serializable
- public class PrologStringFormatException
- extends PrologException
Thrown when a string is not in proper Prolog-quoted form. This may
go away with the new parser API.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
PrologStringFormatException
public PrologStringFormatException()
PrologStringFormatException
public PrologStringFormatException(java.lang.String msg)
PrologStringFormatException
public PrologStringFormatException(java.lang.String msg,
java.lang.Throwable ex)
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.