public class InconsistentEntryCountException extends ParseException
ParseException that is thrown when the number of entries in a spreadsheet is not consistent, for example
 when an fixed size matrix is expected but column lengths are variable.| Constructor and Description | 
|---|
InconsistentEntryCountException()  | 
InconsistentEntryCountException(boolean isCritical,
                               org.mged.magetab.error.ErrorItem... errors)  | 
InconsistentEntryCountException(boolean isCritical,
                               String s,
                               org.mged.magetab.error.ErrorItem... errors)  | 
InconsistentEntryCountException(boolean isCritical,
                               String s,
                               Throwable throwable,
                               org.mged.magetab.error.ErrorItem... errors)  | 
InconsistentEntryCountException(boolean isCritical,
                               Throwable throwable,
                               org.mged.magetab.error.ErrorItem... errors)  | 
InconsistentEntryCountException(String message)  | 
InconsistentEntryCountException(String message,
                               Throwable cause)  | 
InconsistentEntryCountException(Throwable cause)  | 
getErrorItems, isCriticalExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InconsistentEntryCountException()
public InconsistentEntryCountException(String message)
public InconsistentEntryCountException(String message, Throwable cause)
public InconsistentEntryCountException(Throwable cause)
public InconsistentEntryCountException(boolean isCritical,
                               org.mged.magetab.error.ErrorItem... errors)
public InconsistentEntryCountException(boolean isCritical,
                               String s,
                               org.mged.magetab.error.ErrorItem... errors)
public InconsistentEntryCountException(boolean isCritical,
                               String s,
                               Throwable throwable,
                               org.mged.magetab.error.ErrorItem... errors)
public InconsistentEntryCountException(boolean isCritical,
                               Throwable throwable,
                               org.mged.magetab.error.ErrorItem... errors)
Copyright © 2014. All rights reserved.