org.jbpm.jpdl
Class JpdlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jbpm.JbpmException
                  extended by org.jbpm.jpdl.JpdlException
All Implemented Interfaces:
Serializable

public class JpdlException
extends JbpmException

See Also:
Serialized Form

Field Summary
protected  List problems
           
 
Constructor Summary
JpdlException(List problems)
           
JpdlException(String message)
           
JpdlException(String message, Throwable cause)
           
 
Method Summary
 List getProblems()
           
 
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

problems

protected List problems
Constructor Detail

JpdlException

public JpdlException(List problems)

JpdlException

public JpdlException(String message)

JpdlException

public JpdlException(String message,
                     Throwable cause)
Method Detail

getProblems

public List getProblems()


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.