de.saar.chorus.domgraph.codec
Class CodecRegistrationException

Object
  extended by Throwable
      extended by Exception
          extended by CodecRegistrationException
All Implemented Interfaces:
Serializable

public class CodecRegistrationException
extends Exception

This exception represents an error that occurs while registering a codec.

Author:
Alexander Koller
See Also:
Serialized Form

Constructor Summary
CodecRegistrationException()
           
CodecRegistrationException(String message)
           
CodecRegistrationException(String message, Throwable cause)
           
CodecRegistrationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodecRegistrationException

public CodecRegistrationException()

CodecRegistrationException

public CodecRegistrationException(String message,
                                  Throwable cause)

CodecRegistrationException

public CodecRegistrationException(String message)

CodecRegistrationException

public CodecRegistrationException(Throwable cause)