jpl.mipl.pgs.error
Class BadDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jpl.mipl.pgs.error.PGSException
jpl.mipl.pgs.error.BadDataException
- All Implemented Interfaces:
- Serializable
public class BadDataException
- extends PGSException
Indicates that the call to the method is not legal.
PGS specific exceptions are only created if the JAVA provided exceptions
are not enough.
Copyright 2002, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledge.2004.
- Author:
- Raj Patel (rrp@mipl.jpl.nasa.gov)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadDataException
public BadDataException(String message)
- Initilize with erro code and message.
BadDataException
public BadDataException(String message,
Throwable t)
- Initilize with error code, message and throwable.