org.cubeengine.converter
Class ConverterNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cubeengine.converter.ConverterNotFoundException
All Implemented Interfaces:
Serializable

public class ConverterNotFoundException
extends RuntimeException

This Exception is thrown when there is no converter registered for a certain class

See Also:
Serialized Form

Constructor Summary
ConverterNotFoundException(String string)
           
 
Method Summary
 
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

ConverterNotFoundException

public ConverterNotFoundException(String string)


Copyright © 2013–2017. All rights reserved.