org.apache.openejb.core.timer
Class EJBCronTrigger.ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.openejb.core.timer.EJBCronTrigger.ParseException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- EJBCronTrigger
public static class EJBCronTrigger.ParseException
- extends java.lang.Exception
- See Also:
- Serialized Form
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 |
EJBCronTrigger.ParseException
protected EJBCronTrigger.ParseException(int field,
java.lang.String value,
java.lang.String message)
EJBCronTrigger.ParseException
protected EJBCronTrigger.ParseException(java.util.Map<java.lang.Integer,EJBCronTrigger.ParseException> children)
getChildren
public java.util.Map<java.lang.Integer,EJBCronTrigger.ParseException> getChildren()
getField
public java.lang.Integer getField()
getValue
public java.lang.String getValue()
getError
public java.lang.String getError()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.