public class NotationException extends Exception
| Constructor and Description |
|---|
NotationException()
Creates a new instance of
NotationException without detail
message. |
NotationException(String msg)
Constructs an instance of
NotationException with the
specified detail message. |
NotationException(String msg,
Throwable err) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotationException()
NotationException without detail
message.public NotationException(String msg)
NotationException with the
specified detail message.msg - the detail message.Copyright © 2017. All rights reserved.