Package eu.simuline.m2latex.core
Class MyBuildException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eu.simuline.m2latex.core.MyBuildException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BuildExecutionException,BuildFailureException
class MyBuildException extends Exception
The base class forBuildExecutionExceptionand forBuildFailureException. This is needed as a wrapper toBuildExceptioninLatexCfgTask.execute()to avoid ant-specific classes. Created: Fri Sep 30 15:01:16 2016- Version:
- 1.0
- Author:
- Ernst Reissner
-
-
Constructor Summary
Constructors Constructor Description MyBuildException(String message)MyBuildException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-