jpl.mipl.pgs.error
Class BadDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jpl.mipl.pgs.error.PGSException
              extended by 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

Constructor Summary
BadDataException(String message)
          Initilize with erro code and message.
BadDataException(String message, Throwable t)
          Initilize with error code, message and throwable.
 
Method Summary
 
Methods inherited from class jpl.mipl.pgs.error.PGSException
getErrorCode
 
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

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.