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

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
IncompleteQuasiException()
          Enabled:
IncompleteQuasiException(String msg)
          Enabled:
 
Methods inherited from class java.lang.Throwable
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompleteQuasiException

public IncompleteQuasiException()
Enabled:


IncompleteQuasiException

public IncompleteQuasiException(String msg)
Enabled:



comments?