com.devexperts.qd.qtp
Class ByteArrayParser.CorruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.devexperts.qd.qtp.ByteArrayParser.CorruptedException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ByteArrayParser

protected static class ByteArrayParser.CorruptedException
extends java.lang.Exception

This exception is thrown to indicate that either message or stream are corrupted (depending on the method).

See Also:
Serialized Form

Constructor Summary
ByteArrayParser.CorruptedException()
           
ByteArrayParser.CorruptedException(java.lang.Throwable 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

ByteArrayParser.CorruptedException

public ByteArrayParser.CorruptedException()

ByteArrayParser.CorruptedException

public ByteArrayParser.CorruptedException(java.lang.Throwable cause)