anvil.core
Class UnserializationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--anvil.core.UnserializationException
All Implemented Interfaces:
java.io.Serializable

public class UnserializationException
extends java.lang.Exception

Exception indicating data corruption in serialized data structure.

Author:
Jani Lehtimäki
See Also:
Serialized Form

Constructor Summary
UnserializationException()
          Instantiates new exception with no message.
UnserializationException(java.lang.String message)
          Instantiates new exception with given message.
 
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

UnserializationException

public UnserializationException()
Instantiates new exception with no message.


UnserializationException

public UnserializationException(java.lang.String message)
Instantiates new exception with given message.

Parameters:
message - Exception message