org.apache.camel
Class NoSuchLanguageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.camel.RuntimeCamelException
                  extended by 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.

Version:
See Also:
CamelContext.resolveLanguage(String), Serialized Form

Constructor Summary
NoSuchLanguageException(String language)
           
 
Method Summary
 String getLanguage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchLanguageException

public NoSuchLanguageException(String language)
Method Detail

getLanguage

public String getLanguage()


Apache CAMEL