Package acdp.exceptions
Class IndentationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
acdp.exceptions.ACDPException
acdp.exceptions.IndentationException
- All Implemented Interfaces:
Serializable
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 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
-
IndentationException
The constructor.- Parameters:
line
- The line of text where the wrong indentation was discovered.
-