public class NotAnInterfaceException extends IllegalArgumentException implements MAJException
Thrown when an interface, represented by a Class instance, to be implemented
by a new class instance is not a Java interface.
No equivalent C result code has been found.
Dictionary,
Serialized Form| Constructor and Description |
|---|
NotAnInterfaceException()
Create a new not an interface exception with no message.
|
NotAnInterfaceException(String msg)
Create a new not an interface exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotAnInterfaceException(String msg)
Create a new not an interface exception with the given descriptive message.
msg - Message describing the exception.public NotAnInterfaceException()
Create a new not an interface exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.