context.arch.comm.language
Class InvalidEncoderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycontext.arch.comm.language.InvalidEncoderException
All Implemented Interfaces:
java.io.Serializable

public class InvalidEncoderException
extends java.lang.Exception

This class implements the InvalidEncoderException. It is thrown if an EncoderInterface object can not be created.

See Also:
InvalidDecoderException, Serialized Form

Constructor Summary
InvalidEncoderException()
          Basic constructor for InvalidEncoderException with no message
InvalidEncoderException(java.lang.String message)
          Constructor for InvalidEncoderException with error message
 
Method Summary
 java.lang.String getMessage()
          Returns the error message
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InvalidEncoderException

public InvalidEncoderException()
Basic constructor for InvalidEncoderException with no message


InvalidEncoderException

public InvalidEncoderException(java.lang.String message)
Constructor for InvalidEncoderException with error message

Parameters:
message - Error message
Method Detail

getMessage

public java.lang.String getMessage()
Returns the error message

Returns:
the error message