|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.mina.filter.codec.ProtocolCodecException
org.apache.mina.filter.codec.ProtocolDecoderException
org.apache.mina.example.tapedeck.CommandSyntaxException
public class CommandSyntaxException
Exception thrown by CommandDecoder when a line cannot be decoded as
a Command object.
| Constructor Summary | |
|---|---|
CommandSyntaxException(java.lang.String message)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()
Returns the message and the hexdump of the unknown part. |
| 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 |
|---|
public CommandSyntaxException(java.lang.String message)
| Method Detail |
|---|
public java.lang.String getMessage()
ProtocolDecoderException
getMessage in class ProtocolDecoderException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||