org.fusesource.fabric.camel.c24io
Class TypeNotElementRuntimeException

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.fusesource.fabric.camel.c24io.TypeNotElementRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class TypeNotElementRuntimeException
extends org.apache.camel.RuntimeCamelException

Exception thrown if an element type does not actually implement the Element interface

See Also:
Serialized Form

Constructor Summary
TypeNotElementRuntimeException(java.lang.Class<?> type)
           
 
Method Summary
 java.lang.Class<?> getType()
           
 
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

TypeNotElementRuntimeException

public TypeNotElementRuntimeException(java.lang.Class<?> type)
Method Detail

getType

public java.lang.Class<?> getType()


Copyright © 2013 Red Hat. All Rights Reserved.