org.hermit.astro
Class AstroError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hermit.astro.AstroError
All Implemented Interfaces:
java.io.Serializable

public class AstroError
extends java.lang.Exception

This exception is used to indicate an invalid request from the caller.

See Also:
Serialized Form

Constructor Summary
AstroError()
          Create an exception with no message.
AstroError(java.lang.String msg)
          Create an exception with a message.
 
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

AstroError

public AstroError()
Create an exception with no message.


AstroError

public AstroError(java.lang.String msg)
Create an exception with a message.

Parameters:
msg - Error message.