Class ConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pentaho.platform.api.repository2.unified.ConverterException
- All Implemented Interfaces:
Serializable
An exception that can be thrown from
Converter
implementations.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConverterException
(String message) ConverterException
(String message, Throwable cause) ConverterException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConverterException
public ConverterException() -
ConverterException
-
ConverterException
-
ConverterException
-