public class NotTapePackageException extends RuntimeException implements MAJException
Thrown when a request is made to find the name of a tape associated with a material package which is not describing tape-based material
No equivalent C result code has been found.
MaterialPackage.getTapeName(int),
Serialized Form| Constructor and Description |
|---|
NotTapePackageException()
Create a new not a tape package exception with no message.
|
NotTapePackageException(String msg)
Create a new not a tape package exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotTapePackageException(String msg)
Create a new not a tape package exception with the given descriptive message.
msg - Message describing the exception.public NotTapePackageException()
Create a new not a tape package exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.