public class UnmatchedTagException extends ParseException
ParseException that gets thrown whenever a tag in a TDT file is mismatched when compared to the expected
 one, or if the content type is wrong for the header.| Constructor and Description | 
|---|
UnmatchedTagException()  | 
UnmatchedTagException(boolean isCritical,
                     org.mged.magetab.error.ErrorItem... errors)  | 
UnmatchedTagException(boolean isCritical,
                     String s,
                     org.mged.magetab.error.ErrorItem... errors)  | 
UnmatchedTagException(boolean isCritical,
                     String s,
                     Throwable throwable,
                     org.mged.magetab.error.ErrorItem... errors)  | 
UnmatchedTagException(boolean isCritical,
                     Throwable throwable,
                     org.mged.magetab.error.ErrorItem... errors)  | 
UnmatchedTagException(String message)  | 
UnmatchedTagException(String message,
                     Throwable cause)  | 
UnmatchedTagException(Throwable cause)  | 
getErrorItems, isCriticalExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnmatchedTagException()
public UnmatchedTagException(String message)
public UnmatchedTagException(Throwable cause)
public UnmatchedTagException(boolean isCritical,
                     org.mged.magetab.error.ErrorItem... errors)
public UnmatchedTagException(boolean isCritical,
                     String s,
                     org.mged.magetab.error.ErrorItem... errors)
public UnmatchedTagException(boolean isCritical,
                     String s,
                     Throwable throwable,
                     org.mged.magetab.error.ErrorItem... errors)
public UnmatchedTagException(boolean isCritical,
                     Throwable throwable,
                     org.mged.magetab.error.ErrorItem... errors)
Copyright © 2014. All rights reserved.