Class MalformedExpression
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.sf.jkniv.sqlegance.builder.xml.dynamic.MalformedExpression
-
- All Implemented Interfaces:
Serializable
public class MalformedExpression extends RuntimeException
This exception is throwed if an OGNL expression its founded at bad format- Author:
- Alisson Gomes
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedExpression()MalformedExpression(String message)MalformedExpression(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-