Package com.saperion.ngc.exception
Class UnsupportedFormException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ngc.exception.NgcException
com.saperion.ngc.exception.UnsupportedFormException
- All Implemented Interfaces:
- Serializable
Exception thrown when a mask is not supported by the WebClient.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnsupportedFormExceptionConstructor.- Parameters:
- message- error message
- maskName- name of the mask
 
 
- 
- 
Method Details- 
getMaskName- Returns:
- the mask name
 
 
-