org.quasiliteral.base
Class IncompleteQuasiException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.quasiliteral.base.IncompleteQuasiException
- All Implemented Interfaces:
- Serializable
- public class IncompleteQuasiException
- extends RuntimeException
Untamed: Thrown by a non-filled in quasi data structure (a data structure acting in
the role of ValueMaker or MatchMaker) when an operation is
performed that requires a complete (non-quasi) data structure.
- Author:
- Mark S. Miller
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
IncompleteQuasiException
public IncompleteQuasiException()
- Enabled:
IncompleteQuasiException
public IncompleteQuasiException(String msg)
- Enabled:
comments?