Class IndentationException

All Implemented Interfaces:
Serializable

public final class IndentationException extends ACDPException
Thrown to indicate that the lines of text in a layout read from a file or a stream are not properly indented.
Author:
Beat Hörmann
See Also:
  • Constructor Details

    • IndentationException

      public IndentationException(String line)
      The constructor.
      Parameters:
      line - The line of text where the wrong indentation was discovered.