jBPM Designer - Backend 6.0.0.CR1

org.jbpm.designer.server
Class SyntaxErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jbpm.designer.server.SyntaxErrorException
All Implemented Interfaces:
Serializable

public class SyntaxErrorException
extends Exception

See Also:
Serialized Form

Constructor Summary
SyntaxErrorException(Map<String,String> errors)
           
 
Method Summary
 Map<String,String> getErrors()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

SyntaxErrorException

public SyntaxErrorException(Map<String,String> errors)
Parameters:
errors - key = resourceID, value = error text
Method Detail

getErrors

public Map<String,String> getErrors()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

jBPM Designer - Backend 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.