Package acdp.exceptions
Class DanglingCommentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
acdp.exceptions.ACDPException
acdp.exceptions.DanglingCommentException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a manually added comment in a layout read from a file or a stream is not properly
followed or not followed at all by an entry or an element of a sequence.
- Author:
- Beat Hörmann
- See Also:
-
Constructor Summary
Constructors -
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
-
DanglingCommentException
The constructor.- Parameters:
line
- The last line of the dangling comment.
-