Class MalformStackException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--MalformStackException
All Implemented Interfaces:
java.io.Serializable

public class MalformStackException
extends java.lang.Exception

Exception signalling error in triple stack formation.

See Also:
Serialized Form

Constructor Summary
MalformStackException(java.lang.String message)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformStackException

public MalformStackException(java.lang.String message)
Constructor.