skyview.geometry
Class TransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by skyview.geometry.TransformationException
All Implemented Interfaces:
java.io.Serializable

public class TransformationException
extends java.lang.Exception

This class is thrown when an error occurs relating to transformations among frames.

See Also:
Serialized Form

Constructor Summary
TransformationException()
           
TransformationException(java.lang.String msg)
           
 
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

TransformationException

public TransformationException()

TransformationException

public TransformationException(java.lang.String msg)