com.partnersoft.maps.rover
Class RoverFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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. |
| 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 |
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 -