org.apache.openejb.core.timer
Class EJBCronTrigger.ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.openejb.core.timer.EJBCronTrigger.ParseException
All Implemented Interfaces:
Serializable
Enclosing class:
EJBCronTrigger

public static class EJBCronTrigger.ParseException
extends Exception

See Also:
Serialized Form

Constructor Summary
protected EJBCronTrigger.ParseException(int field, String value, String message)
           
protected EJBCronTrigger.ParseException(Map<Integer,EJBCronTrigger.ParseException> children)
           
 
Method Summary
 Map<Integer,EJBCronTrigger.ParseException> getChildren()
           
 String getError()
           
 Integer getField()
           
 String getValue()
           
 
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
 

Constructor Detail

EJBCronTrigger.ParseException

protected EJBCronTrigger.ParseException(int field,
                                        String value,
                                        String message)

EJBCronTrigger.ParseException

protected EJBCronTrigger.ParseException(Map<Integer,EJBCronTrigger.ParseException> children)
Method Detail

getChildren

public Map<Integer,EJBCronTrigger.ParseException> getChildren()

getField

public Integer getField()

getValue

public String getValue()

getError

public String getError()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.