All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PREDATOR.ADT.CannotReadObjectException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----PREDATOR.ADT.CannotReadObjectException

public class CannotReadObjectException
extends Exception
The exception thrown when an ADT cannot parse the binary version of itself in a record.

See Also:
readValue

Constructor Index

 o CannotReadObjectException()
Constructs a CannotReadObjectException without a detail message.
 o CannotReadObjectException(String)
Constructs a CannotReadObjectException with the specified message.

Constructors

 o CannotReadObjectException
 public CannotReadObjectException()
Constructs a CannotReadObjectException without a detail message.

 o CannotReadObjectException
 public CannotReadObjectException(String Message)
Constructs a CannotReadObjectException with the specified message.


All Packages  Class Hierarchy  This Package  Previous  Next  Index