|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.portions.exception.PortionsBaseException
Clase base para las excepciones "no runtime"
| Field Summary | |
protected org.apache.commons.logging.Log |
log
Log de la clase |
private static long |
serialVersionUID
Identificador universal de la versión de la clase |
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
PortionsBaseException(java.lang.Class where,
java.lang.String method,
java.lang.String cause)
Constructor de la excepción. |
|
PortionsBaseException(java.lang.Exception e,
java.lang.String where,
java.lang.String msg)
Constructor de la excepción. |
|
PortionsBaseException(java.lang.String cause)
Constructor de la excepción. |
|
| Method Summary | |
protected void |
debugExceptionCreated()
Escribe información de depuración acerca de la excepción. |
java.lang.String |
toXML()
Retorna la representacion en XML de la Excepcion |
| 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 |
| Field Detail |
private static final long serialVersionUID
protected final org.apache.commons.logging.Log log
| Constructor Detail |
public PortionsBaseException(java.lang.String cause)
cause - descripción de la causa, el lugar o el motivo que provoca el disparo de la excepción
public PortionsBaseException(java.lang.Class where,
java.lang.String method,
java.lang.String cause)
where - clase donde se produce la excepciónmethod - nombre del método donde se dispara la excepcióncause - descripción del motivo que provoca el disparo de la excepción
public PortionsBaseException(java.lang.Exception e,
java.lang.String where,
java.lang.String msg)
e - excepción anidada que provoca que se dispare esta excepciónwhere - lugar del código, operación o función que provoca el disparo de la excepciónmsg - motivo, sugerencia o cualquier otro tipo de mensaje auxiliar| Method Detail |
protected void debugExceptionCreated()
public java.lang.String toXML()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||