org.apache.mina.example.tapedeck
Class CommandSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.mina.filter.codec.ProtocolCodecException
              extended by org.apache.mina.filter.codec.ProtocolDecoderException
                  extended by org.apache.mina.example.tapedeck.CommandSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class CommandSyntaxException
extends ProtocolDecoderException

Exception thrown by CommandDecoder when a line cannot be decoded as a Command object.

Author:
Apache MINA Project
See Also:
Serialized Form

Constructor Summary
CommandSyntaxException(java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class org.apache.mina.filter.codec.ProtocolDecoderException
getHexdump, setHexdump
 
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

CommandSyntaxException

public CommandSyntaxException(java.lang.String message)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class ProtocolDecoderException


Copyright © 2004-2012 Apache MINA Project. All Rights Reserved.