org.jbpm.jpdl.internal.convert.exception
Class ConvertException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jbpm.jpdl.internal.convert.exception.ConvertException
All Implemented Interfaces:
java.io.Serializable

public class ConvertException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
protected  java.util.List problems
           
 
Constructor Summary
ConvertException(java.util.List problems)
           
ConvertException(java.lang.String msg)
           
ConvertException(java.lang.String msg, java.lang.Throwable e)
           
 
Method Summary
 java.util.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 java.util.List problems
Constructor Detail

ConvertException

public ConvertException(java.util.List problems)

ConvertException

public ConvertException(java.lang.String msg)

ConvertException

public ConvertException(java.lang.String msg,
                        java.lang.Throwable e)
Method Detail

getProblems

public java.util.List getProblems()


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