org.gvsig.raster.principalcomponents.algorithm
Class PrincipalComponentsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gvsig.raster.algorithm.process.ProcessException
              extended by org.gvsig.raster.principalcomponents.algorithm.PrincipalComponentsException
All Implemented Interfaces:
java.io.Serializable

public class PrincipalComponentsException
extends org.gvsig.raster.algorithm.process.ProcessException

This exception is thrown if happen problems processing data with this algorithm.

See Also:
Serialized Form

Constructor Summary
PrincipalComponentsException(java.lang.String msg)
           
PrincipalComponentsException(java.lang.String msg, java.lang.Throwable e)
           
 
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

PrincipalComponentsException

public PrincipalComponentsException(java.lang.String msg)

PrincipalComponentsException

public PrincipalComponentsException(java.lang.String msg,
                                    java.lang.Throwable e)


Copyright © 2011-2014 gvSIG Association. All Rights Reserved.