org.commonjava.tensor
Class MultiTensorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.commonjava.tensor.TensorException
              extended by org.commonjava.tensor.MultiTensorException
All Implemented Interfaces:
Serializable

public class MultiTensorException
extends TensorException

See Also:
Serialized Form

Constructor Summary
MultiTensorException(List<TensorException> errors, String message, Object... params)
           
 
Method Summary
 String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream err)
           
 void printStackTrace(PrintWriter err)
           
 
Methods inherited from class org.commonjava.tensor.TensorException
getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiTensorException

public MultiTensorException(List<TensorException> errors,
                            String message,
                            Object... params)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class TensorException

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream err)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter err)
Overrides:
printStackTrace in class Throwable


Copyright © 2013. All Rights Reserved.