Class JApiCmpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
japicmp.exception.JApiCmpException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJApiCmpException(JApiCmpException.Reason reason, String msg) JApiCmpException(JApiCmpException.Reason reason, String msg, Throwable t) -
Method Summary
Modifier and TypeMethodDescriptionstatic JApiCmpExceptionstatic JApiCmpExceptionforClassLoading(Exception e, String name, JarArchiveComparator jarArchiveComparator) static JApiCmpExceptionforClassLoading(String name, JarArchiveComparator jarArchiveComparator) static JApiCmpExceptionof(JApiCmpException.Reason reason, String format, Object... args) Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
reason
-
-
Constructor Details
-
JApiCmpException
-
JApiCmpException
-
-
Method Details
-
getReason
-
cliError
-
of
-
forClassLoading
public static JApiCmpException forClassLoading(Exception e, String name, JarArchiveComparator jarArchiveComparator) -
forClassLoading
public static JApiCmpException forClassLoading(String name, JarArchiveComparator jarArchiveComparator)
-