Class ANZException

All Implemented Interfaces:
Serializable

public class ANZException extends InvalidImageException
Signals that an error in the Analyze package has occurred.
See Also:
  • Constructor Details

    • ANZException

      public ANZException()
      Constructs an ANZException without a detail message.
    • ANZException

      public ANZException(String s)
      Constructs an ANZException with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class Throwable.
      Parameters:
      s - the detail message.
    • ANZException

      public ANZException(String message, Throwable cause)
      Constructs an ANZException with the specified cause.
      Parameters:
      message - the detail message.
      cause - the cause.