org.esa.beam.framework.param
Class ParamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.esa.beam.framework.param.ParamException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParamFormatException, ParamParseException, ParamValidateException

public class ParamException
extends Exception

See Also:
Serialized Form

Constructor Summary
ParamException(Parameter parameter, String message)
           
 
Method Summary
 Parameter getParameter()
           
 
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

ParamException

public ParamException(Parameter parameter,
                      String message)
Method Detail

getParameter

public Parameter getParameter()


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.