Package org.apache.camel
Class NoSuchLanguageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.camel.RuntimeCamelException
-
- org.apache.camel.NoSuchLanguageException
-
- All Implemented Interfaces:
Serializable
public class NoSuchLanguageException extends RuntimeCamelException
A runtime exception thrown if an attempt is made to resolve an unknown language definition.
-
-
Constructor Summary
Constructors Constructor Description NoSuchLanguageException(String language)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLanguage()
-
Methods inherited from class org.apache.camel.RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-