|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.uoc.pfc.j2ee.jalonsod.mtp.MTPException
edu.uoc.pfc.j2ee.jalonsod.mtp.config.ConfiguratorException
public class ConfiguratorException
File: ConfiguratorException.java Created: 2012-04-23 Exceptions thrown by configuration code are this kind. Exception can have a nested Exception or simply a configuration error message.
Field Summary | |
---|---|
private static long |
serialVersionUID
|
Fields inherited from class edu.uoc.pfc.j2ee.jalonsod.mtp.MTPException |
---|
MTP_EXCEPTION_MODEL_MAPPER, MTP_EXCEPTION_MODEL_RUN, MTP_EXCEPTION_NOERROR, MTP_EXCEPTION_REQUEST_DATA, MTP_EXCEPTION_SECURITY_CHECK, MTP_EXCEPTION_VALIDATION, MTP_EXCEPTION_VIEW_DISPATCHER, MTP_EXCEPTION_VIEW_MAPPER |
Constructor Summary | |
---|---|
ConfiguratorException(java.lang.String msg)
|
|
ConfiguratorException(java.lang.String msg,
java.lang.Throwable t)
|
Method Summary |
---|
Methods inherited from class edu.uoc.pfc.j2ee.jalonsod.mtp.MTPException |
---|
getErrorCode, setErrorCode |
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
Constructor Detail |
---|
public ConfiguratorException(java.lang.String msg, java.lang.Throwable t)
public ConfiguratorException(java.lang.String msg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |