context.arch.comm.language
Class InvalidDecoderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--context.arch.comm.language.InvalidDecoderException

public class InvalidDecoderException
extends java.lang.Exception

This class implements the InvalidDecoderException. It is thrown if a DecoderInterface object can not be created.

See Also:
InvalidEncoderException, Serialized Form

Constructor Summary
InvalidDecoderException()
          Basic constructor for InvalidDecoderException with no message
InvalidDecoderException(java.lang.String message)
          Constructor for InvalidDecoderException with error message
 
Method Summary
 java.lang.String getMessage()
          Returns the error message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDecoderException

public InvalidDecoderException()
Basic constructor for InvalidDecoderException with no message

InvalidDecoderException

public InvalidDecoderException(java.lang.String message)
Constructor for InvalidDecoderException with error message
Parameters:
message - Error message
Method Detail

getMessage

public java.lang.String getMessage()
Returns the error message
Overrides:
getMessage in class java.lang.Throwable
Returns:
the error message