org.vraptor
Class LogicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.vraptor.VRaptorException
org.vraptor.LogicException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InterceptorInstantiationException, UnstableValidationException
public class LogicException
- extends VRaptorException
Some exception occured in your business logic or interceptor. You can grab
the exception by looking for this exception's cause.
- Author:
- Guilherme Silveira
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LogicException
public LogicException()
LogicException
public LogicException(String message,
Throwable cause)
- Parameters:
message - cause -
LogicException
public LogicException(String message)
- Parameters:
message -
LogicException
public LogicException(Throwable cause)
- Parameters:
cause -
Copyright © 2004-2008 VRaptor. All Rights Reserved.