Package org.n52.janmayen.exception
Class StringInterpolationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.n52.janmayen.exception.StringInterpolationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LocationHintException
public abstract class StringInterpolationException extends Exception
Exception with additional formatting parameters.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringInterpolationException(String message, Object... args)StringInterpolationException(Throwable cause)StringInterpolationException(Throwable cause, String message, Object... args)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-