From d479253768d296a40b4f699e1de9b03c7146a97a Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 3 Dec 2013 14:03:28 -0800 Subject: Adding javadocs and Carbonado User Guide --- .../carbonado/MalformedArgumentException.html | 349 +++++++++++++++++++++ 1 file changed, 349 insertions(+) create mode 100644 apidocs/com/amazon/carbonado/MalformedArgumentException.html (limited to 'apidocs/com/amazon/carbonado/MalformedArgumentException.html') diff --git a/apidocs/com/amazon/carbonado/MalformedArgumentException.html b/apidocs/com/amazon/carbonado/MalformedArgumentException.html new file mode 100644 index 0000000..27c1444 --- /dev/null +++ b/apidocs/com/amazon/carbonado/MalformedArgumentException.html @@ -0,0 +1,349 @@ + + + + + + +MalformedArgumentException (Carbonado 1.2.3 API) + + + + + + + +
+ + + + + +
+ + + +
+
com.amazon.carbonado
+

Class MalformedArgumentException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    Direct Known Subclasses:
    +
    MalformedFilterException, MalformedTypeException
    +
    +
    +
    +
    public abstract class MalformedArgumentException
    +extends java.lang.IllegalArgumentException
    +
    A MalformedArgumentException is thrown after detailed analysis on an + argument determined it was not suitable. This class is abstract to prevent + its direct use. Subclasses are encouraged to provide more detail as to the + cause of the exception.
    +
    Author:
    +
    Brian S O'Neill
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetMessage() 
      java.util.List<java.lang.String>getMessages() +
      Multiple error messages may be embedded in a MalformedArgumentException.
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Throwable

        +addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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

      + + + +
        +
      • +

        MalformedArgumentException

        +
        protected MalformedArgumentException()
        +
      • +
      + + + +
        +
      • +

        MalformedArgumentException

        +
        protected MalformedArgumentException(java.lang.String message)
        +
      • +
      + + + +
        +
      • +

        MalformedArgumentException

        +
        protected MalformedArgumentException(java.util.List<java.lang.String> messages)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMessage

        +
        public java.lang.String getMessage()
        +
        +
        Overrides:
        +
        getMessage in class java.lang.Throwable
        +
        +
      • +
      + + + +
        +
      • +

        getMessages

        +
        public java.util.List<java.lang.String> getMessages()
        +
        Multiple error messages may be embedded in a MalformedArgumentException.
        +
        Returns:
        non-null, unmodifiable list of messages
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + +

Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.

+ + -- cgit v1.2.3