Class CompileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.n2oapp.framework.api.exception.N2oException
-
- net.n2oapp.framework.config.metadata.compile.CompileException
-
- All Implemented Interfaces:
java.io.Serializable
public class CompileException extends N2oException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompileException()CompileException(java.lang.String message)CompileException(java.lang.String message, java.lang.Throwable cause)CompileException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class net.n2oapp.framework.api.exception.N2oException
addData, getData, getDialog, getField, getHttpStatus, getLocalizedMessage, getSeverity, getUserMessage, getView, setData, setDialog, setField, setHttpStatus, setSeverity, setUserMessage, setView, wrap
-
-