org.apache.activemq.protobuf.compiler
Class CompilerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.activemq.protobuf.compiler.CompilerException
All Implemented Interfaces:
java.io.Serializable

public class CompilerException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CompilerException(java.util.List<java.lang.String> errors)
           
 
Method Summary
 java.util.List<java.lang.String> getErrors()
           
 
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

CompilerException

public CompilerException(java.util.List<java.lang.String> errors)
Method Detail

getErrors

public java.util.List<java.lang.String> getErrors()


Copyright © 2012. All Rights Reserved.