Class UnsupportedFormException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedFormException
    extends NgcException
    Exception thrown when a mask is not supported by the WebClient.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnsupportedFormException​(java.lang.String message, java.lang.String maskName)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMaskName()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • UnsupportedFormException

        public UnsupportedFormException​(java.lang.String message,
                                        java.lang.String maskName)
        Constructor.
        Parameters:
        message - error message
        maskName - name of the mask
    • Method Detail

      • getMaskName

        public java.lang.String getMaskName()
        Returns:
        the mask name