com.kuka.comm.codec
Class DecoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.kuka.comm.ConnectionException
              extended by com.kuka.comm.codec.CodecException
                  extended by com.kuka.comm.codec.DecoderException
All Implemented Interfaces:
Serializable

public class DecoderException
extends CodecException

An exception which can occur during decoding.

Reason for this exception could be:

See Also:
Decoder, Serialized Form

Constructor Summary
DecoderException(String message)
          Constructor with a string stating the reason for this exception.
DecoderException(String message, Throwable cause)
          Constructor with a String stating the reason for this exception and a Throwable stating the cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

DecoderException

public DecoderException(String message)
Constructor with a string stating the reason for this exception.

Parameters:
message - The reason for this exception.

DecoderException

public DecoderException(String message,
                        Throwable cause)
Constructor with a String stating the reason for this exception and a Throwable stating the cause.

Parameters:
message - The reason for this exception as string representation.
cause - An instance of Throwable for further access to the thrown Exception.


Copyright © 2019. All rights reserved.