public class IllegalLineLengthException extends ParseException
ParseException that is thrown whenever a line parsed from a TDT file is an illegal length.  An illegal
 length is considered to be one that is not expected, either because it is not allowed in the spec, or because it is
 different from the length of other dependent lines.| Constructor and Description | 
|---|
IllegalLineLengthException()  | 
IllegalLineLengthException(boolean isCritical,
                          org.mged.magetab.error.ErrorItem... errors)  | 
IllegalLineLengthException(boolean isCritical,
                          String s,
                          org.mged.magetab.error.ErrorItem... errors)  | 
IllegalLineLengthException(boolean isCritical,
                          String s,
                          Throwable throwable,
                          org.mged.magetab.error.ErrorItem... errors)  | 
IllegalLineLengthException(boolean isCritical,
                          Throwable throwable,
                          org.mged.magetab.error.ErrorItem... errors)  | 
IllegalLineLengthException(String message)  | 
IllegalLineLengthException(String message,
                          Throwable cause)  | 
IllegalLineLengthException(Throwable cause)  | 
getErrorItems, isCriticalExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalLineLengthException()
public IllegalLineLengthException(String message)
public IllegalLineLengthException(Throwable cause)
public IllegalLineLengthException(boolean isCritical,
                          org.mged.magetab.error.ErrorItem... errors)
public IllegalLineLengthException(boolean isCritical,
                          String s,
                          org.mged.magetab.error.ErrorItem... errors)
public IllegalLineLengthException(boolean isCritical,
                          String s,
                          Throwable throwable,
                          org.mged.magetab.error.ErrorItem... errors)
public IllegalLineLengthException(boolean isCritical,
                          Throwable throwable,
                          org.mged.magetab.error.ErrorItem... errors)
Copyright © 2014. All rights reserved.