public class NotImplementedException extends ConversionException
Constructor and Description |
---|
NotImplementedException(String message)
Instantiates a new Not implemented exception.
|
NotImplementedException(String message,
Throwable cause)
Instantiates a new Not implemented exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotImplementedException(String message, Throwable cause)
message
- the messagecause
- the causepublic NotImplementedException(String message)
message
- the messageCopyright © 2015 GroupDocs. All rights reserved.