Package org.n52.iceland.convert
Class ConverterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.n52.iceland.convert.ConverterException
-
- All Implemented Interfaces:
Serializable
public class ConverterException extends Exception
Exception that should be use in theConverter.- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConverterException()Creates a newConverterException.ConverterException(String message)Creates a newConverterException.ConverterException(String message, Throwable exception)Creates a newConverterException.ConverterException(Throwable exception)Creates a newConverterException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConverterException
public ConverterException()
Creates a newConverterException.
-
ConverterException
public ConverterException(String message)
Creates a newConverterException.- Parameters:
message- the message
-
ConverterException
public ConverterException(Throwable exception)
Creates a newConverterException.- Parameters:
exception- the cause
-
-