org.apache.falcon
Class FalconException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.falcon.FalconException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EntityAlreadyExistsException, EntityNotRegisteredException, StoreAccessException, UnschedulableEntityException, ValidationException
public class FalconException
- extends Exception
Common Exception thrown from Parsers. To the Falcon API class
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FalconException
public FalconException(Throwable e)
- Parameters:
e
- Exception
FalconException
public FalconException(String message,
Throwable e)
FalconException
public FalconException(String message)
- Parameters:
message
- - custom exception message
Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.