|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
tv.amwa.maj.exception.NotImplementedException
public class NotImplementedException
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 Summary | |
---|---|
NotImplementedException()
Create a new not implemented exception with no message. |
|
NotImplementedException(String msg)
Create a new not implemented exception with the given descriptive message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public 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.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |