SMACS

smacs.util.api
Class SmacsStoppedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysmacs.util.api.SmacsException
              extended bysmacs.util.api.SmacsStoppedException
All Implemented Interfaces:
Serializable

public class SmacsStoppedException
extends SmacsException

used for -stop-at handling. the routine catching this exceptions will dump out the compiler state.

See Also:
Serialized Form

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

Constructor Detail

SmacsStoppedException

public SmacsStoppedException()

SmacsStoppedException

public SmacsStoppedException(String message)

SmacsStoppedException

public SmacsStoppedException(String message,
                             Throwable cause)

SmacsStoppedException

public SmacsStoppedException(Throwable cause)

SMACS