org.apache.any23.validator
Class SerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.any23.validator.SerializationException
All Implemented Interfaces:
Serializable

public class SerializationException
extends Exception

Defines an error raised from the ValidationReportSerializer.

Author:
Michele Mostarda (mostarda@fbk.eu)
See Also:
ValidationReportSerializer, Serialized Form

Constructor Summary
SerializationException(String message)
           
SerializationException(String message, 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

SerializationException

public SerializationException(String message)

SerializationException

public SerializationException(String message,
                              Throwable cause)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.