com.ejie.r01f.debug
Class PreconditionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ejie.r01f.exceptions.BaseRunTimeException
com.ejie.r01f.debug.DebugException
com.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
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 |
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
-