com.qintsoft.joria.runtimeapi
Class JoriaUserError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.qintsoft.joria.runtimeapi.JoriaUserError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JoriaExternalErrorWrapped

public class JoriaUserError
extends java.lang.Error

Is thrown when an unexpected condition occurs, that must be fixed by the user. E.g. Existence and correctness of required configuration files etc.

See Also:
Serialized Form

Constructor Summary
JoriaUserError(java.lang.String s)
          The mesage contains a decription of what went wrong.
JoriaUserError(java.lang.String message, boolean fatal)
           
JoriaUserError(java.lang.String message, boolean fatal, java.lang.Throwable cause)
           
JoriaUserError(java.lang.String s, java.lang.Throwable cause)
           
 
Method Summary
 boolean isExitRequested()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JoriaUserError

public JoriaUserError(java.lang.String s)
The mesage contains a decription of what went wrong.


JoriaUserError

public JoriaUserError(java.lang.String message,
                      boolean fatal)

JoriaUserError

public JoriaUserError(java.lang.String message,
                      boolean fatal,
                      java.lang.Throwable cause)

JoriaUserError

public JoriaUserError(java.lang.String s,
                      java.lang.Throwable cause)
Method Detail

isExitRequested

public boolean isExitRequested()