Class DanglingCommentException

All Implemented Interfaces:
Serializable

public final class DanglingCommentException extends ACDPException
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 Details

    • DanglingCommentException

      public DanglingCommentException(String line)
      The constructor.
      Parameters:
      line - The last line of the dangling comment.