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

ConvertException

public ConvertException(java.util.List<Problem> 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<Problem> getProblems()


Copyright © 2010 JBoss Community. All Rights Reserved.