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