Package acdp.exceptions
Class MissingEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
acdp.exceptions.ACDPException
acdp.exceptions.MissingEntryException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a layout is missing a
requested entry.
- Author:
- Beat Hörmann
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingEntryException
(String message) Constructs this type of exception with the specified message. -
Method Summary
Methods inherited from class acdp.exceptions.ACDPException
compose, prefix, prefix, prefix, prefix, prefix, prefix, prefix
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingEntryException
Constructs this type of exception with the specified message.- Parameters:
message
- The message.
-