public class NoPrefaceException extends RuntimeException implements MAJException
Thrown when a file does not contain a preface object.
No equivalent C result code has been found.
Preface,
Serialized Form| Constructor and Description |
|---|
NoPrefaceException()
Create a new no preface exception with no message.
|
NoPrefaceException(String msg)
Create a new no preface exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoPrefaceException(String msg)
Create a new no preface exception with the given descriptive message.
msg - Message describing the exception.public NoPrefaceException()
Create a new no preface exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.