org.vraptor
Class LogicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.vraptor.VRaptorException
              extended by 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

Constructor Summary
LogicException()
           
LogicException(String message)
           
LogicException(String message, Throwable cause)
           
LogicException(Throwable cause)
           
 
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

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.