com.partnersoft.maps.rover
Class RoverFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.partnersoft.maps.rover.RoverFormatException
All Implemented Interfaces:
java.io.Serializable

public class RoverFormatException
extends java.io.IOException

Exception thrown by RoverCodecs when they run into problems reading or writing rover objects to their format.

Copyright 2008-2009 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis
See Also:
Serialized Form

Constructor Summary
RoverFormatException(java.lang.String message)
          Create a basic rover format exception.
RoverFormatException(java.lang.String message, java.lang.Throwable cause)
          Create a chained rover format exception caused by another exception.
 
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

RoverFormatException

public RoverFormatException(java.lang.String message)
Create a basic rover format exception.

Parameters:
message -

RoverFormatException

public RoverFormatException(java.lang.String message,
                            java.lang.Throwable cause)
Create a chained rover format exception caused by another exception.

Parameters:
message -