Serialized Form
-
Package org.codehaus.plexus.util
-
Class org.codehaus.plexus.util.FastMap extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Requires special handling during de-serialization process.- Throws:
java.io.IOException
- if an I/O error occurs.java.lang.ClassNotFoundException
- if the class for the object de-serialized is not found.
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Requires special handling during serialization process.- Throws:
java.io.IOException
- if an I/O error occurs.
-
-
-
-
Package org.codehaus.plexus.util.cli
-
Class org.codehaus.plexus.util.cli.CommandLineException extends java.lang.Exception implements Serializable
-
Class org.codehaus.plexus.util.cli.CommandLineTimeOutException extends CommandLineException implements Serializable
-
-
Package org.codehaus.plexus.util.dag
-
Class org.codehaus.plexus.util.dag.CycleDetectedException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
cycle
java.util.List<java.lang.String> cycle
-
-
-
Class org.codehaus.plexus.util.dag.DAG extends java.lang.Object implements Serializable
-
Class org.codehaus.plexus.util.dag.Vertex extends java.lang.Object implements Serializable
-
-
Package org.codehaus.plexus.util.introspection
-
Class org.codehaus.plexus.util.introspection.MethodMap.AmbiguousException extends java.lang.Exception implements Serializable
-
-
Package org.codehaus.plexus.util.reflection
-
Class org.codehaus.plexus.util.reflection.ReflectorException extends java.lang.Exception implements Serializable
-