Package org.fugerit.java.tool
Class RunToolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.fugerit.java.tool.RunToolException
-
- All Implemented Interfaces:
Serializable
public class RunToolException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RunToolException()RunToolException(String message)RunToolException(String message, Throwable cause)RunToolException(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RunToolExceptionconvertEx(Exception e)static RunToolExceptionconvertEx(String baseMessage, Exception e)static RunToolExceptionconvertExMethod(String method, Exception e)static RunToolExceptionstadardExceptionWrapping(Exception e)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
stadardExceptionWrapping
public static RunToolException stadardExceptionWrapping(Exception e) throws RunToolException
- Throws:
RunToolException
-
convertEx
public static RunToolException convertEx(String baseMessage, Exception e)
-
convertExMethod
public static RunToolException convertExMethod(String method, Exception e)
-
convertEx
public static RunToolException convertEx(Exception e)
-
-