Loading…

Kryptel/Java

Exceptions (package com.kryptel.exceptions)

Classes

The exceptions package contains the only class UserAbortException.

package com.kryptel.exceptions;

public class UserAbortException extends Exception {

  public UserAbortException()
}

The library components throw it to terminate processing by user request (for instance, when the user presses Abort dialog button).