org.argouml.application.security
Class ExitSecurityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.SecurityException
                  extended byorg.argouml.application.security.ExitSecurityException
All Implemented Interfaces:
Serializable

public class ExitSecurityException
extends SecurityException

An Argo security exception.

Since:
0.9.4
See Also:
Serialized Form

Field Summary
private  boolean hidden
           
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ExitSecurityException()
          The constructor.
ExitSecurityException(boolean h)
          The constructor.
 
Method Summary
 boolean isHidden()
           
 
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
 

Field Detail

hidden

private boolean hidden
Constructor Detail

ExitSecurityException

public ExitSecurityException()
The constructor.


ExitSecurityException

public ExitSecurityException(boolean h)
The constructor.

Parameters:
h - true if the exception is hidden
Method Detail

isHidden

public boolean isHidden()
Returns:
true if this exception is hidden


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook