com.skaringa.javaxml
Class NoImplementationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.skaringa.javaxml.NoImplementationException
All Implemented Interfaces:
java.io.Serializable

public class NoImplementationException
extends java.lang.Exception

Exception that is thrown if the ObjectTransformerFactory isn't able to find an implementation.

See Also:
Serialized Form

Constructor Summary
NoImplementationException()
          Constructor for NoImplementationException.
NoImplementationException(java.lang.String message)
          Constructor for NoImplementationException.
 
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

NoImplementationException

public NoImplementationException()
Constructor for NoImplementationException.


NoImplementationException

public NoImplementationException(java.lang.String message)
Constructor for NoImplementationException.

Parameters:
message - Message.