fr.cnes.genopus.exception
Class GPAttitudeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.cnes.genius.exception.GException
              extended by fr.cnes.genopus.exception.GPAttitudeException
All Implemented Interfaces:
Serializable

public class GPAttitudeException
extends fr.cnes.genius.exception.GException

Exception launched when there is a problem with the GPAttitudeSequence widget or with objects in the attitudes package.

Author:
ffsm
See Also:
Serialized Form

Constructor Summary
GPAttitudeException(String message)
          Constructor with only one String as argument.
GPAttitudeException(String message, Throwable cause)
          Constructor when propagating another exception.
GPAttitudeException(Throwable cause)
          Constructor when propagating 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

GPAttitudeException

public GPAttitudeException(String message)
Constructor with only one String as argument.

Parameters:
message - error message.

GPAttitudeException

public GPAttitudeException(String message,
                           Throwable cause)
Constructor when propagating another exception.

Parameters:
message - error message.
cause - of the exception.

GPAttitudeException

public GPAttitudeException(Throwable cause)
Constructor when propagating another exception.

Parameters:
cause - of the exception.


Copyright © 2017. All rights reserved.