public class NotImplementedException extends RuntimeException implements MAJException, NewForMAJ
Thrown when a method is called that is not implemented in the MAJ API. The method will have been provided to help with the porting of applications from the existing reference implementation and the documentation of the method will provide a suitable alternative.
| Constructor and Description |
|---|
NotImplementedException()
Create a new not implemented exception with no message.
|
NotImplementedException(String msg)
Create a new not implemented exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotImplementedException(String msg)
Create a new not implemented exception with the given descriptive message.
msg - Message describing the exception.public NotImplementedException()
Create a new not implemented exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.