org.astrogrid.acr
Class ACRException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.astrogrid.acr.ACRException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidArgumentException, NotApplicableException, NotFoundException, SecurityException, ServiceException
public class ACRException
- extends Exception
Base type for all exceptions thrown by the AR interface.
This type is rarely thrown - usualy more specific subtypes are thrown. However, it's convenient to catch all exceptions in one place
by matching against this type in a catch clause.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Copyright © 2002-2010 AstroGrid. All Rights Reserved.