Package tech.units.tck
Class TCKValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.measure.MeasurementException
-
- tech.units.tck.TCKValidationException
-
- All Implemented Interfaces:
Serializable
public final class TCKValidationException extends javax.measure.MeasurementException
This exception indicates that an error has occurred while performing a TCK validate operation.- Since:
- 1.0
- Version:
- 1.0, August 15, 2016
- Author:
- Werner Keil
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TCKValidationException(String message)
TCKValidationException(String message, Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TCKValidationException
public TCKValidationException(String message)
-
TCKValidationException
public TCKValidationException(String message, Throwable e)
-
-