The Meta-Environment API

nl.cwi.sen1.gui
Class CloseAbortedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.cwi.sen1.gui.CloseAbortedException
All Implemented Interfaces:
java.io.Serializable

public class CloseAbortedException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CloseAbortedException()
           
CloseAbortedException(java.lang.String message)
           
CloseAbortedException(java.lang.String message, java.lang.Throwable cause)
           
CloseAbortedException(java.lang.Throwable cause)
           
 
Method Summary
 
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

CloseAbortedException

public CloseAbortedException()

CloseAbortedException

public CloseAbortedException(java.lang.String message)

CloseAbortedException

public CloseAbortedException(java.lang.Throwable cause)

CloseAbortedException

public CloseAbortedException(java.lang.String message,
                             java.lang.Throwable cause)

The Meta-Environment API