public class ConversionException extends ParseException
ParseException that gets thrown whenever part of a MAGETABInvestigation
 or a MAGETABInvestigation fails a conversion process.  Usually this
 will be thrown by implementations of the Converter interface.| Constructor and Description | 
|---|
ConversionException()  | 
ConversionException(boolean isCritical,
                   org.mged.magetab.error.ErrorItem... errors)  | 
ConversionException(boolean isCritical,
                   String s,
                   org.mged.magetab.error.ErrorItem... errors)  | 
ConversionException(boolean isCritical,
                   String s,
                   Throwable throwable,
                   org.mged.magetab.error.ErrorItem... errors)  | 
ConversionException(boolean isCritical,
                   Throwable throwable,
                   org.mged.magetab.error.ErrorItem... errors)  | 
ConversionException(String message)  | 
ConversionException(String message,
                   Throwable cause)  | 
ConversionException(Throwable cause)  | 
getErrorItems, isCriticalExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConversionException()
public ConversionException(String message)
public ConversionException(Throwable cause)
public ConversionException(boolean isCritical,
                   org.mged.magetab.error.ErrorItem... errors)
public ConversionException(boolean isCritical,
                   String s,
                   org.mged.magetab.error.ErrorItem... errors)
public ConversionException(boolean isCritical,
                   String s,
                   Throwable throwable,
                   org.mged.magetab.error.ErrorItem... errors)
public ConversionException(boolean isCritical,
                   Throwable throwable,
                   org.mged.magetab.error.ErrorItem... errors)
Copyright © 2014. All rights reserved.