Package com.saperion.ngc.exception
Class UnsupportedDocumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.ngc.exception.NgcException
-
- com.saperion.ngc.exception.UnsupportedDocumentException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedDocumentException extends NgcException
Exception thrown when the user tries to open an unsupported document.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedDocumentException(java.lang.String message)
Constructor.
-