Package io.github.hakkelt.bartwrapper
Class BartException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.github.hakkelt.bartwrapper.BartException
-
- All Implemented Interfaces:
Serializable
public class BartException extends Exception
Exception that signals that something went wrong within the JNI call to a BART command.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BartException(String errorMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BartException
public BartException(String errorMessage)
-
-