com.ejie.r01f.debug
Class PreconditionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ejie.r01f.exceptions.BaseRunTimeException
                  extended bycom.ejie.r01f.debug.DebugException
                      extended bycom.ejie.r01f.debug.PreconditionException
All Implemented Interfaces:
java.io.Serializable

public class PreconditionException
extends DebugException

Excepción lanzada al no cumplirse una precondición

See Also:
Serialized Form

Constructor Summary
PreconditionException()
           
PreconditionException(java.lang.Exception cause)
           
PreconditionException(long exNumber, java.lang.Exception cause)
           
PreconditionException(long exNumber, java.lang.String msg)
           
PreconditionException(long exNumber, java.lang.String msg, java.lang.Exception cause)
           
PreconditionException(java.lang.String msg)
           
PreconditionException(java.lang.String msg, java.lang.Exception cause)
           
 
Methods inherited from class com.ejie.r01f.exceptions.BaseRunTimeException
getDetailedMessage, getErrorNumber, getMessage, getRawMessage, setErrorNumber, toHtml, toString, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PreconditionException

public PreconditionException()

PreconditionException

public PreconditionException(java.lang.Exception cause)
Parameters:
cause -

PreconditionException

public PreconditionException(long exNumber,
                             java.lang.Exception cause)
Parameters:
exNumber -
cause -

PreconditionException

public PreconditionException(long exNumber,
                             java.lang.String msg,
                             java.lang.Exception cause)
Parameters:
exNumber -
msg -
cause -

PreconditionException

public PreconditionException(long exNumber,
                             java.lang.String msg)
Parameters:
exNumber -
msg -

PreconditionException

public PreconditionException(java.lang.String msg,
                             java.lang.Exception cause)
Parameters:
msg -
cause -

PreconditionException

public PreconditionException(java.lang.String msg)
Parameters:
msg -